Shades of Turquoise #39FFED
Tints of Turquoise #39FFED
RGB
CMYK
RGB Variations
Color information
#39FFED (or 0x39FFED) is known color: Turquoise. HEX triplet: 39, FF and ED. RGB value is (57,255,237). Sum of RGB (Red+Green+Blue) = 57+255+237=549 (72% of max value = 765). Red value is 57 (22.66% from 255 or 10.38% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39FFED is #C60012. Grayscale: #C1C1C1. Windows color (decimal): -12976147 or 15597369. OLE color: 15597369.
HSL color Cylindrical-coordinate representation of color #39FFED: hue angle of 174.55º 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 #39FFED is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 237 | - |
| CMYK | 0.78 | 0 | 0.07 | 0 |
| HSL | 174.55º | 1% | 0.61% | - |
| HSV(B) | 174.55º | 0.78% | 1% | - |
| XYZ | 52.73 | 78.5 | 92.49 | - |
| YUV | 193.75 | 152.4 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 237 | 0.78 | 0 | 0.07 | 0 | 174.55 | 1 | 0.61 |
| Hex | 39 | FF | ED | 4E | 0 | 7 | 0 | AF | 64 | 3D |
| Octal | 71 | 377 | 355 | 116 | 0 | 7 | 0 | 257 | 144 | 75 |
| Binary | 111001 | 11111111 | 11101101 | 1001110 | 0 | 111 | 0 | 10101111 | 1100100 | 111101 |
Color Harmonies of #39FFED
Complementary color
Monochromatic Colors of #39FFED
Black with #39FFED
Text Example
Text Example
White with #39FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFED; }
p { color: rgb(57,255,237); }
H1.HeaderClassName
{
color: #39FFED;
}
.AnyTagClassName
{
color: #39FFED;
}
</style>
background-color css
<style>
a { background-color: #39FFED; }
a { background-color: rgb(57,255,237); }
div.DivClassName
{
background-color: #39FFED;
}
.BgClassName
{
background-color: #39FFED;
}
</style>
border-color css
<style>
span { border-color: #39FFED; }
span { border-color: rgb(57,255,237); }
td.TdClassName
{
border-color: #39FFED;
}
.TagClassName
{
border-color: #39FFED;
}
</style>