Shades of Turquoise #37DEEF
Tints of Turquoise #37DEEF
RGB
CMYK
RGB Variations
Color information
#37DEEF (or 0x37DEEF) is known color: Turquoise. HEX triplet: 37, DE and EF. RGB value is (55,222,239). Sum of RGB (Red+Green+Blue) = 55+222+239=516 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.66% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #37DEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DEEF is #C82110. Grayscale: #ADADAD. Windows color (decimal): -13115665 or 15719991. OLE color: 15719991.
HSL color Cylindrical-coordinate representation of color #37DEEF: hue angle of 185.54º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DEEF is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 222 | 239 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.06 |
| HSL | 185.54º | 0.85% | 0.58% | - |
| HSV(B) | 185.54º | 0.77% | 0.94% | - |
| XYZ | 43.28 | 59.29 | 90.82 | - |
| YUV | 174.01 | 164.67 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 222 | 239 | 0.77 | 0.07 | 0 | 0.06 | 185.54 | 0.85 | 0.58 |
| Hex | 37 | DE | EF | 4D | 7 | 0 | 6 | BA | 55 | 3A |
| Octal | 67 | 336 | 357 | 115 | 7 | 0 | 6 | 272 | 125 | 72 |
| Binary | 110111 | 11011110 | 11101111 | 1001101 | 111 | 0 | 110 | 10111010 | 1010101 | 111010 |
Color Harmonies of #37DEEF
Complementary color
Monochromatic Colors of #37DEEF
Black with #37DEEF
Text Example
Text Example
White with #37DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DEEF; }
p { color: rgb(55,222,239); }
H1.HeaderClassName
{
color: #37DEEF;
}
.AnyTagClassName
{
color: #37DEEF;
}
</style>
background-color css
<style>
a { background-color: #37DEEF; }
a { background-color: rgb(55,222,239); }
div.DivClassName
{
background-color: #37DEEF;
}
.BgClassName
{
background-color: #37DEEF;
}
</style>
border-color css
<style>
span { border-color: #37DEEF; }
span { border-color: rgb(55,222,239); }
td.TdClassName
{
border-color: #37DEEF;
}
.TagClassName
{
border-color: #37DEEF;
}
</style>