Shades of Turquoise #37D2EB
Tints of Turquoise #37D2EB
RGB
CMYK
RGB Variations
Color information
#37D2EB (or 0x37D2EB) is known color: Turquoise. HEX triplet: 37, D2 and EB. RGB value is (55,210,235). Sum of RGB (Red+Green+Blue) = 55+210+235=500 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #37D2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37D2EB is #C82D14. Grayscale: #A6A6A6. Windows color (decimal): -13118741 or 15454775. OLE color: 15454775.
HSL color Cylindrical-coordinate representation of color #37D2EB: hue angle of 188.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37D2EB is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 210 | 235 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.08 |
| HSL | 188.33º | 0.82% | 0.57% | - |
| HSV(B) | 188.33º | 0.77% | 0.92% | - |
| XYZ | 39.62 | 52.9 | 86.72 | - |
| YUV | 166.51 | 166.65 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 210 | 235 | 0.77 | 0.11 | 0 | 0.08 | 188.33 | 0.82 | 0.57 |
| Hex | 37 | D2 | EB | 4D | B | 0 | 8 | BC | 52 | 39 |
| Octal | 67 | 322 | 353 | 115 | 13 | 0 | 10 | 274 | 122 | 71 |
| Binary | 110111 | 11010010 | 11101011 | 1001101 | 1011 | 0 | 1000 | 10111100 | 1010010 | 111001 |
Color Harmonies of #37D2EB
Complementary color
Monochromatic Colors of #37D2EB
Black with #37D2EB
Text Example
Text Example
White with #37D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D2EB; }
p { color: rgb(55,210,235); }
H1.HeaderClassName
{
color: #37D2EB;
}
.AnyTagClassName
{
color: #37D2EB;
}
</style>
background-color css
<style>
a { background-color: #37D2EB; }
a { background-color: rgb(55,210,235); }
div.DivClassName
{
background-color: #37D2EB;
}
.BgClassName
{
background-color: #37D2EB;
}
</style>
border-color css
<style>
span { border-color: #37D2EB; }
span { border-color: rgb(55,210,235); }
td.TdClassName
{
border-color: #37D2EB;
}
.TagClassName
{
border-color: #37D2EB;
}
</style>