Shades of Turquoise #37D8DE
Tints of Turquoise #37D8DE
RGB
CMYK
RGB Variations
Color information
#37D8DE (or 0x37D8DE) is known color: Turquoise. HEX triplet: 37, D8 and DE. RGB value is (55,216,222). Sum of RGB (Red+Green+Blue) = 55+216+222=493 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.16% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #37D8DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D8DE is #C82721. Grayscale: #A8A8A8. Windows color (decimal): -13117218 or 14604343. OLE color: 14604343.
HSL color Cylindrical-coordinate representation of color #37D8DE: hue angle of 182.16º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D8DE is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 216 | 222 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.13 |
| HSL | 182.16º | 0.72% | 0.54% | - |
| HSV(B) | 182.16º | 0.75% | 0.87% | - |
| XYZ | 39.32 | 55.2 | 77.69 | - |
| YUV | 168.55 | 158.16 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 216 | 222 | 0.75 | 0.03 | 0 | 0.13 | 182.16 | 0.72 | 0.54 |
| Hex | 37 | D8 | DE | 4B | 3 | 0 | D | B6 | 48 | 36 |
| Octal | 67 | 330 | 336 | 113 | 3 | 0 | 15 | 266 | 110 | 66 |
| Binary | 110111 | 11011000 | 11011110 | 1001011 | 11 | 0 | 1101 | 10110110 | 1001000 | 110110 |
Color Harmonies of #37D8DE
Complementary color
Monochromatic Colors of #37D8DE
Black with #37D8DE
Text Example
Text Example
White with #37D8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D8DE; }
p { color: rgb(55,216,222); }
H1.HeaderClassName
{
color: #37D8DE;
}
.AnyTagClassName
{
color: #37D8DE;
}
</style>
background-color css
<style>
a { background-color: #37D8DE; }
a { background-color: rgb(55,216,222); }
div.DivClassName
{
background-color: #37D8DE;
}
.BgClassName
{
background-color: #37D8DE;
}
</style>
border-color css
<style>
span { border-color: #37D8DE; }
span { border-color: rgb(55,216,222); }
td.TdClassName
{
border-color: #37D8DE;
}
.TagClassName
{
border-color: #37D8DE;
}
</style>