Shades of Turquoise #37DEE1
Tints of Turquoise #37DEE1
RGB
CMYK
RGB Variations
Color information
#37DEE1 (or 0x37DEE1) is known color: Turquoise. HEX triplet: 37, DE and E1. RGB value is (55,222,225). Sum of RGB (Red+Green+Blue) = 55+222+225=502 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.96% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #37DEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DEE1 is #C8211E. Grayscale: #ACACAC. Windows color (decimal): -13115679 or 14802487. OLE color: 14802487.
HSL color Cylindrical-coordinate representation of color #37DEE1: hue angle of 181.06º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37DEE1 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 222 | 225 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.12 |
| HSL | 181.06º | 0.74% | 0.55% | - |
| HSV(B) | 181.06º | 0.76% | 0.88% | - |
| XYZ | 41.29 | 58.49 | 80.35 | - |
| YUV | 172.41 | 157.67 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 222 | 225 | 0.76 | 0.01 | 0 | 0.12 | 181.06 | 0.74 | 0.55 |
| Hex | 37 | DE | E1 | 4C | 1 | 0 | C | B5 | 4A | 37 |
| Octal | 67 | 336 | 341 | 114 | 1 | 0 | 14 | 265 | 112 | 67 |
| Binary | 110111 | 11011110 | 11100001 | 1001100 | 1 | 0 | 1100 | 10110101 | 1001010 | 110111 |
Color Harmonies of #37DEE1
Complementary color
Monochromatic Colors of #37DEE1
Black with #37DEE1
Text Example
Text Example
White with #37DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DEE1; }
p { color: rgb(55,222,225); }
H1.HeaderClassName
{
color: #37DEE1;
}
.AnyTagClassName
{
color: #37DEE1;
}
</style>
background-color css
<style>
a { background-color: #37DEE1; }
a { background-color: rgb(55,222,225); }
div.DivClassName
{
background-color: #37DEE1;
}
.BgClassName
{
background-color: #37DEE1;
}
</style>
border-color css
<style>
span { border-color: #37DEE1; }
span { border-color: rgb(55,222,225); }
td.TdClassName
{
border-color: #37DEE1;
}
.TagClassName
{
border-color: #37DEE1;
}
</style>