Shades of Turquoise #39EDEF
Tints of Turquoise #39EDEF
RGB
CMYK
RGB Variations
Color information
#39EDEF (or 0x39EDEF) is known color: Turquoise. HEX triplet: 39, ED and EF. RGB value is (57,237,239). Sum of RGB (Red+Green+Blue) = 57+237+239=533 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.69% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #39EDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39EDEF is #C61210. Grayscale: #B7B7B7. Windows color (decimal): -12980753 or 15723833. OLE color: 15723833.
HSL color Cylindrical-coordinate representation of color #39EDEF: hue angle of 180.66º degrees, saturation: 0.85, 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 #39EDEF is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 237 | 239 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.06 |
| HSL | 180.66º | 0.85% | 0.58% | - |
| HSV(B) | 180.66º | 0.76% | 0.94% | - |
| XYZ | 47.55 | 67.67 | 92.22 | - |
| YUV | 183.41 | 159.37 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 237 | 239 | 0.76 | 0.01 | 0 | 0.06 | 180.66 | 0.85 | 0.58 |
| Hex | 39 | ED | EF | 4C | 1 | 0 | 6 | B5 | 55 | 3A |
| Octal | 71 | 355 | 357 | 114 | 1 | 0 | 6 | 265 | 125 | 72 |
| Binary | 111001 | 11101101 | 11101111 | 1001100 | 1 | 0 | 110 | 10110101 | 1010101 | 111010 |
Color Harmonies of #39EDEF
Complementary color
Monochromatic Colors of #39EDEF
Black with #39EDEF
Text Example
Text Example
White with #39EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EDEF; }
p { color: rgb(57,237,239); }
H1.HeaderClassName
{
color: #39EDEF;
}
.AnyTagClassName
{
color: #39EDEF;
}
</style>
background-color css
<style>
a { background-color: #39EDEF; }
a { background-color: rgb(57,237,239); }
div.DivClassName
{
background-color: #39EDEF;
}
.BgClassName
{
background-color: #39EDEF;
}
</style>
border-color css
<style>
span { border-color: #39EDEF; }
span { border-color: rgb(57,237,239); }
td.TdClassName
{
border-color: #39EDEF;
}
.TagClassName
{
border-color: #39EDEF;
}
</style>