Shades of Turquoise #3BDDC9
Tints of Turquoise #3BDDC9
RGB
CMYK
RGB Variations
Color information
#3BDDC9 (or 0x3BDDC9) is known color: Turquoise. HEX triplet: 3B, DD and C9. RGB value is (59,221,201). Sum of RGB (Red+Green+Blue) = 59+221+201=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDDC9 is #C42236. Grayscale: #AAAAAA. Windows color (decimal): -12853815 or 13229371. OLE color: 13229371.
HSL color Cylindrical-coordinate representation of color #3BDDC9: hue angle of 172.59º 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 #3BDDC9 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 201 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.13 |
| HSL | 172.59º | 0.7% | 0.55% | - |
| HSV(B) | 172.59º | 0.73% | 0.87% | - |
| XYZ | 38.2 | 56.86 | 64.22 | - |
| YUV | 170.28 | 145.33 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 201 | 0.73 | 0 | 0.09 | 0.13 | 172.59 | 0.7 | 0.55 |
| Hex | 3B | DD | C9 | 49 | 0 | 9 | D | AD | 46 | 37 |
| Octal | 73 | 335 | 311 | 111 | 0 | 11 | 15 | 255 | 106 | 67 |
| Binary | 111011 | 11011101 | 11001001 | 1001001 | 0 | 1001 | 1101 | 10101101 | 1000110 | 110111 |
Color Harmonies of #3BDDC9
Complementary color
Monochromatic Colors of #3BDDC9
Black with #3BDDC9
Text Example
Text Example
White with #3BDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDC9; }
p { color: rgb(59,221,201); }
H1.HeaderClassName
{
color: #3BDDC9;
}
.AnyTagClassName
{
color: #3BDDC9;
}
</style>
background-color css
<style>
a { background-color: #3BDDC9; }
a { background-color: rgb(59,221,201); }
div.DivClassName
{
background-color: #3BDDC9;
}
.BgClassName
{
background-color: #3BDDC9;
}
</style>
border-color css
<style>
span { border-color: #3BDDC9; }
span { border-color: rgb(59,221,201); }
td.TdClassName
{
border-color: #3BDDC9;
}
.TagClassName
{
border-color: #3BDDC9;
}
</style>