Shades of Turquoise #37DAD2
Tints of Turquoise #37DAD2
RGB
CMYK
RGB Variations
Color information
#37DAD2 (or 0x37DAD2) is known color: Turquoise. HEX triplet: 37, DA and D2. RGB value is (55,218,210). Sum of RGB (Red+Green+Blue) = 55+218+210=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #37DAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DAD2 is #C8252D. Grayscale: #A8A8A8. Windows color (decimal): -13116718 or 13818423. OLE color: 13818423.
HSL color Cylindrical-coordinate representation of color #37DAD2: hue angle of 177.06º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DAD2 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 218 | 210 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.15 |
| HSL | 177.06º | 0.69% | 0.54% | - |
| HSV(B) | 177.06º | 0.75% | 0.85% | - |
| XYZ | 38.28 | 55.61 | 69.69 | - |
| YUV | 168.35 | 151.5 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 218 | 210 | 0.75 | 0 | 0.04 | 0.15 | 177.06 | 0.69 | 0.54 |
| Hex | 37 | DA | D2 | 4B | 0 | 4 | F | B1 | 45 | 36 |
| Octal | 67 | 332 | 322 | 113 | 0 | 4 | 17 | 261 | 105 | 66 |
| Binary | 110111 | 11011010 | 11010010 | 1001011 | 0 | 100 | 1111 | 10110001 | 1000101 | 110110 |
Color Harmonies of #37DAD2
Complementary color
Monochromatic Colors of #37DAD2
Black with #37DAD2
Text Example
Text Example
White with #37DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DAD2; }
p { color: rgb(55,218,210); }
H1.HeaderClassName
{
color: #37DAD2;
}
.AnyTagClassName
{
color: #37DAD2;
}
</style>
background-color css
<style>
a { background-color: #37DAD2; }
a { background-color: rgb(55,218,210); }
div.DivClassName
{
background-color: #37DAD2;
}
.BgClassName
{
background-color: #37DAD2;
}
</style>
border-color css
<style>
span { border-color: #37DAD2; }
span { border-color: rgb(55,218,210); }
td.TdClassName
{
border-color: #37DAD2;
}
.TagClassName
{
border-color: #37DAD2;
}
</style>