Shades of Turquoise #39EEF0
Tints of Turquoise #39EEF0
RGB
CMYK
RGB Variations
Color information
#39EEF0 (or 0x39EEF0) is known color: Turquoise. HEX triplet: 39, EE and F0. RGB value is (57,238,240). Sum of RGB (Red+Green+Blue) = 57+238+240=535 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.65% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #39EEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39EEF0 is #C6110F. Grayscale: #B7B7B7. Windows color (decimal): -12980496 or 15789625. OLE color: 15789625.
HSL color Cylindrical-coordinate representation of color #39EEF0: hue angle of 180.66º 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 #39EEF0 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 238 | 240 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.06 |
| HSL | 180.66º | 0.86% | 0.58% | - |
| HSV(B) | 180.66º | 0.76% | 0.94% | - |
| XYZ | 47.99 | 68.31 | 93.09 | - |
| YUV | 184.11 | 159.53 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 238 | 240 | 0.76 | 0.01 | 0 | 0.06 | 180.66 | 0.86 | 0.58 |
| Hex | 39 | EE | F0 | 4C | 1 | 0 | 6 | B5 | 56 | 3A |
| Octal | 71 | 356 | 360 | 114 | 1 | 0 | 6 | 265 | 126 | 72 |
| Binary | 111001 | 11101110 | 11110000 | 1001100 | 1 | 0 | 110 | 10110101 | 1010110 | 111010 |
Color Harmonies of #39EEF0
Complementary color
Monochromatic Colors of #39EEF0
Black with #39EEF0
Text Example
Text Example
White with #39EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EEF0; }
p { color: rgb(57,238,240); }
H1.HeaderClassName
{
color: #39EEF0;
}
.AnyTagClassName
{
color: #39EEF0;
}
</style>
background-color css
<style>
a { background-color: #39EEF0; }
a { background-color: rgb(57,238,240); }
div.DivClassName
{
background-color: #39EEF0;
}
.BgClassName
{
background-color: #39EEF0;
}
</style>
border-color css
<style>
span { border-color: #39EEF0; }
span { border-color: rgb(57,238,240); }
td.TdClassName
{
border-color: #39EEF0;
}
.TagClassName
{
border-color: #39EEF0;
}
</style>