Shades of Turquoise #39F0ED
Tints of Turquoise #39F0ED
RGB
CMYK
RGB Variations
Color information
#39F0ED (or 0x39F0ED) is known color: Turquoise. HEX triplet: 39, F0 and ED. RGB value is (57,240,237). Sum of RGB (Red+Green+Blue) = 57+240+237=534 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.67% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #39F0ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39F0ED is #C60F12. Grayscale: #B8B8B8. Windows color (decimal): -12979987 or 15593529. OLE color: 15593529.
HSL color Cylindrical-coordinate representation of color #39F0ED: hue angle of 179.02º 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 #39F0ED is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 240 | 237 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.06 |
| HSL | 179.02º | 0.86% | 0.58% | - |
| HSV(B) | 179.02º | 0.76% | 0.94% | - |
| XYZ | 48.13 | 69.3 | 90.96 | - |
| YUV | 184.94 | 157.37 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 240 | 237 | 0.76 | 0 | 0.01 | 0.06 | 179.02 | 0.86 | 0.58 |
| Hex | 39 | F0 | ED | 4C | 0 | 1 | 6 | B3 | 56 | 3A |
| Octal | 71 | 360 | 355 | 114 | 0 | 1 | 6 | 263 | 126 | 72 |
| Binary | 111001 | 11110000 | 11101101 | 1001100 | 0 | 1 | 110 | 10110011 | 1010110 | 111010 |
Color Harmonies of #39F0ED
Complementary color
Monochromatic Colors of #39F0ED
Black with #39F0ED
Text Example
Text Example
White with #39F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F0ED; }
p { color: rgb(57,240,237); }
H1.HeaderClassName
{
color: #39F0ED;
}
.AnyTagClassName
{
color: #39F0ED;
}
</style>
background-color css
<style>
a { background-color: #39F0ED; }
a { background-color: rgb(57,240,237); }
div.DivClassName
{
background-color: #39F0ED;
}
.BgClassName
{
background-color: #39F0ED;
}
</style>
border-color css
<style>
span { border-color: #39F0ED; }
span { border-color: rgb(57,240,237); }
td.TdClassName
{
border-color: #39F0ED;
}
.TagClassName
{
border-color: #39F0ED;
}
</style>