Shades of Turquoise #39DECB
Tints of Turquoise #39DECB
RGB
CMYK
RGB Variations
Color information
#39DECB (or 0x39DECB) is known color: Turquoise. HEX triplet: 39, DE and CB. RGB value is (57,222,203). Sum of RGB (Red+Green+Blue) = 57+222+203=482 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.83% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #39DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DECB is #C62134. Grayscale: #AAAAAA. Windows color (decimal): -12984629 or 13360697. OLE color: 13360697.
HSL color Cylindrical-coordinate representation of color #39DECB: hue angle of 173.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DECB is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 222 | 203 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.13 |
| HSL | 173.09º | 0.71% | 0.55% | - |
| HSV(B) | 173.09º | 0.74% | 0.87% | - |
| XYZ | 38.59 | 57.42 | 65.55 | - |
| YUV | 170.5 | 146.34 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 222 | 203 | 0.74 | 0 | 0.09 | 0.13 | 173.09 | 0.71 | 0.55 |
| Hex | 39 | DE | CB | 4A | 0 | 9 | D | AD | 47 | 37 |
| Octal | 71 | 336 | 313 | 112 | 0 | 11 | 15 | 255 | 107 | 67 |
| Binary | 111001 | 11011110 | 11001011 | 1001010 | 0 | 1001 | 1101 | 10101101 | 1000111 | 110111 |
Color Harmonies of #39DECB
Complementary color
Monochromatic Colors of #39DECB
Black with #39DECB
Text Example
Text Example
White with #39DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DECB; }
p { color: rgb(57,222,203); }
H1.HeaderClassName
{
color: #39DECB;
}
.AnyTagClassName
{
color: #39DECB;
}
</style>
background-color css
<style>
a { background-color: #39DECB; }
a { background-color: rgb(57,222,203); }
div.DivClassName
{
background-color: #39DECB;
}
.BgClassName
{
background-color: #39DECB;
}
</style>
border-color css
<style>
span { border-color: #39DECB; }
span { border-color: rgb(57,222,203); }
td.TdClassName
{
border-color: #39DECB;
}
.TagClassName
{
border-color: #39DECB;
}
</style>