Shades of Turquoise #39F0DF
Tints of Turquoise #39F0DF
RGB
CMYK
RGB Variations
Color information
#39F0DF (or 0x39F0DF) is known color: Turquoise. HEX triplet: 39, F0 and DF. RGB value is (57,240,223). Sum of RGB (Red+Green+Blue) = 57+240+223=520 (68% of max value = 765). Red value is 57 (22.66% from 255 or 10.96% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #39F0DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F0DF is #C60F20. Grayscale: #B7B7B7. Windows color (decimal): -12980001 or 14676025. OLE color: 14676025.
HSL color Cylindrical-coordinate representation of color #39F0DF: hue angle of 174.43º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39F0DF is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 240 | 223 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.06 |
| HSL | 174.43º | 0.86% | 0.58% | - |
| HSV(B) | 174.43º | 0.76% | 0.94% | - |
| XYZ | 46.17 | 68.52 | 80.6 | - |
| YUV | 183.35 | 150.37 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 240 | 223 | 0.76 | 0 | 0.07 | 0.06 | 174.43 | 0.86 | 0.58 |
| Hex | 39 | F0 | DF | 4C | 0 | 7 | 6 | AE | 56 | 3A |
| Octal | 71 | 360 | 337 | 114 | 0 | 7 | 6 | 256 | 126 | 72 |
| Binary | 111001 | 11110000 | 11011111 | 1001100 | 0 | 111 | 110 | 10101110 | 1010110 | 111010 |
Color Harmonies of #39F0DF
Complementary color
Monochromatic Colors of #39F0DF
Black with #39F0DF
Text Example
Text Example
White with #39F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F0DF; }
p { color: rgb(57,240,223); }
H1.HeaderClassName
{
color: #39F0DF;
}
.AnyTagClassName
{
color: #39F0DF;
}
</style>
background-color css
<style>
a { background-color: #39F0DF; }
a { background-color: rgb(57,240,223); }
div.DivClassName
{
background-color: #39F0DF;
}
.BgClassName
{
background-color: #39F0DF;
}
</style>
border-color css
<style>
span { border-color: #39F0DF; }
span { border-color: rgb(57,240,223); }
td.TdClassName
{
border-color: #39F0DF;
}
.TagClassName
{
border-color: #39F0DF;
}
</style>