Shades of Turquoise #37DBDE
Tints of Turquoise #37DBDE
RGB
CMYK
RGB Variations
Color information
#37DBDE (or 0x37DBDE) is known color: Turquoise. HEX triplet: 37, DB and DE. RGB value is (55,219,222). Sum of RGB (Red+Green+Blue) = 55+219+222=496 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.09% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #37DBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DBDE is #C82421. Grayscale: #AAAAAA. Windows color (decimal): -13116450 or 14605111. OLE color: 14605111.
HSL color Cylindrical-coordinate representation of color #37DBDE: hue angle of 181.08º 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 #37DBDE is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 219 | 222 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.13 |
| HSL | 181.08º | 0.72% | 0.54% | - |
| HSV(B) | 181.08º | 0.75% | 0.87% | - |
| XYZ | 40.09 | 56.75 | 77.95 | - |
| YUV | 170.31 | 157.17 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 222 | 0.75 | 0.01 | 0 | 0.13 | 181.08 | 0.72 | 0.54 |
| Hex | 37 | DB | DE | 4B | 1 | 0 | D | B5 | 48 | 36 |
| Octal | 67 | 333 | 336 | 113 | 1 | 0 | 15 | 265 | 110 | 66 |
| Binary | 110111 | 11011011 | 11011110 | 1001011 | 1 | 0 | 1101 | 10110101 | 1001000 | 110110 |
Color Harmonies of #37DBDE
Complementary color
Monochromatic Colors of #37DBDE
Black with #37DBDE
Text Example
Text Example
White with #37DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DBDE; }
p { color: rgb(55,219,222); }
H1.HeaderClassName
{
color: #37DBDE;
}
.AnyTagClassName
{
color: #37DBDE;
}
</style>
background-color css
<style>
a { background-color: #37DBDE; }
a { background-color: rgb(55,219,222); }
div.DivClassName
{
background-color: #37DBDE;
}
.BgClassName
{
background-color: #37DBDE;
}
</style>
border-color css
<style>
span { border-color: #37DBDE; }
span { border-color: rgb(55,219,222); }
td.TdClassName
{
border-color: #37DBDE;
}
.TagClassName
{
border-color: #37DBDE;
}
</style>