Shades of Turquoise #39FFEE
Tints of Turquoise #39FFEE
RGB
CMYK
RGB Variations
Color information
#39FFEE (or 0x39FFEE) is known color: Turquoise. HEX triplet: 39, FF and EE. RGB value is (57,255,238). Sum of RGB (Red+Green+Blue) = 57+255+238=550 (72% of max value = 765). Red value is 57 (22.66% from 255 or 10.36% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39FFEE is #C60011. Grayscale: #C1C1C1. Windows color (decimal): -12976146 or 15662905. OLE color: 15662905.
HSL color Cylindrical-coordinate representation of color #39FFEE: hue angle of 174.85º 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 #39FFEE is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 238 | - |
| CMYK | 0.78 | 0 | 0.07 | 0 |
| HSL | 174.85º | 1% | 0.61% | - |
| HSV(B) | 174.85º | 0.78% | 1% | - |
| XYZ | 52.88 | 78.56 | 93.27 | - |
| YUV | 193.86 | 152.9 | 30.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 238 | 0.78 | 0 | 0.07 | 0 | 174.85 | 1 | 0.61 |
| Hex | 39 | FF | EE | 4E | 0 | 7 | 0 | AF | 64 | 3D |
| Octal | 71 | 377 | 356 | 116 | 0 | 7 | 0 | 257 | 144 | 75 |
| Binary | 111001 | 11111111 | 11101110 | 1001110 | 0 | 111 | 0 | 10101111 | 1100100 | 111101 |
Color Harmonies of #39FFEE
Complementary color
Monochromatic Colors of #39FFEE
Black with #39FFEE
Text Example
Text Example
White with #39FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFEE; }
p { color: rgb(57,255,238); }
H1.HeaderClassName
{
color: #39FFEE;
}
.AnyTagClassName
{
color: #39FFEE;
}
</style>
background-color css
<style>
a { background-color: #39FFEE; }
a { background-color: rgb(57,255,238); }
div.DivClassName
{
background-color: #39FFEE;
}
.BgClassName
{
background-color: #39FFEE;
}
</style>
border-color css
<style>
span { border-color: #39FFEE; }
span { border-color: rgb(57,255,238); }
td.TdClassName
{
border-color: #39FFEE;
}
.TagClassName
{
border-color: #39FFEE;
}
</style>