Shades of Turquoise #3BDDD2
Tints of Turquoise #3BDDD2
RGB
CMYK
RGB Variations
Color information
#3BDDD2 (or 0x3BDDD2) is known color: Turquoise. HEX triplet: 3B, DD and D2. RGB value is (59,221,210). Sum of RGB (Red+Green+Blue) = 59+221+210=490 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.04% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDDD2 is #C4222D. Grayscale: #ABABAB. Windows color (decimal): -12853806 or 13819195. OLE color: 13819195.
HSL color Cylindrical-coordinate representation of color #3BDDD2: hue angle of 175.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDDD2 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 210 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.13 |
| HSL | 175.93º | 0.7% | 0.55% | - |
| HSV(B) | 175.93º | 0.73% | 0.87% | - |
| XYZ | 39.29 | 57.3 | 69.96 | - |
| YUV | 171.31 | 149.83 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 210 | 0.73 | 0 | 0.05 | 0.13 | 175.93 | 0.7 | 0.55 |
| Hex | 3B | DD | D2 | 49 | 0 | 5 | D | B0 | 46 | 37 |
| Octal | 73 | 335 | 322 | 111 | 0 | 5 | 15 | 260 | 106 | 67 |
| Binary | 111011 | 11011101 | 11010010 | 1001001 | 0 | 101 | 1101 | 10110000 | 1000110 | 110111 |
Color Harmonies of #3BDDD2
Complementary color
Monochromatic Colors of #3BDDD2
Black with #3BDDD2
Text Example
Text Example
White with #3BDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDD2; }
p { color: rgb(59,221,210); }
H1.HeaderClassName
{
color: #3BDDD2;
}
.AnyTagClassName
{
color: #3BDDD2;
}
</style>
background-color css
<style>
a { background-color: #3BDDD2; }
a { background-color: rgb(59,221,210); }
div.DivClassName
{
background-color: #3BDDD2;
}
.BgClassName
{
background-color: #3BDDD2;
}
</style>
border-color css
<style>
span { border-color: #3BDDD2; }
span { border-color: rgb(59,221,210); }
td.TdClassName
{
border-color: #3BDDD2;
}
.TagClassName
{
border-color: #3BDDD2;
}
</style>