Shades of Turquoise #39FFDF
Tints of Turquoise #39FFDF
RGB
CMYK
RGB Variations
Color information
#39FFDF (or 0x39FFDF) is known color: Turquoise. HEX triplet: 39, FF and DF. RGB value is (57,255,223). Sum of RGB (Red+Green+Blue) = 57+255+223=535 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.65% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFDF is #C60020. Grayscale: #C0C0C0. Windows color (decimal): -12976161 or 14679865. OLE color: 14679865.
HSL color Cylindrical-coordinate representation of color #39FFDF: hue angle of 170.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FFDF is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 223 | - |
| CMYK | 0.78 | 0 | 0.13 | 0 |
| HSL | 170.3º | 1% | 0.61% | - |
| HSV(B) | 170.3º | 0.78% | 1% | - |
| XYZ | 50.77 | 77.72 | 82.14 | - |
| YUV | 192.15 | 145.4 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 223 | 0.78 | 0 | 0.13 | 0 | 170.3 | 1 | 0.61 |
| Hex | 39 | FF | DF | 4E | 0 | D | 0 | AA | 64 | 3D |
| Octal | 71 | 377 | 337 | 116 | 0 | 15 | 0 | 252 | 144 | 75 |
| Binary | 111001 | 11111111 | 11011111 | 1001110 | 0 | 1101 | 0 | 10101010 | 1100100 | 111101 |
Color Harmonies of #39FFDF
Complementary color
Monochromatic Colors of #39FFDF
Black with #39FFDF
Text Example
Text Example
White with #39FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFDF; }
p { color: rgb(57,255,223); }
H1.HeaderClassName
{
color: #39FFDF;
}
.AnyTagClassName
{
color: #39FFDF;
}
</style>
background-color css
<style>
a { background-color: #39FFDF; }
a { background-color: rgb(57,255,223); }
div.DivClassName
{
background-color: #39FFDF;
}
.BgClassName
{
background-color: #39FFDF;
}
</style>
border-color css
<style>
span { border-color: #39FFDF; }
span { border-color: rgb(57,255,223); }
td.TdClassName
{
border-color: #39FFDF;
}
.TagClassName
{
border-color: #39FFDF;
}
</style>