Shades of Turquoise #37DBDA
Tints of Turquoise #37DBDA
RGB
CMYK
RGB Variations
Color information
#37DBDA (or 0x37DBDA) is known color: Turquoise. HEX triplet: 37, DB and DA. RGB value is (55,219,218). Sum of RGB (Red+Green+Blue) = 55+219+218=492 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.18% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #37DBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DBDA is #C82425. Grayscale: #A9A9A9. Windows color (decimal): -13116454 or 14342967. OLE color: 14342967.
HSL color Cylindrical-coordinate representation of color #37DBDA: hue angle of 179.63º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DBDA is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 219 | 218 | - |
| CMYK | 0.75 | 0 | 0.00 | 0.14 |
| HSL | 179.63º | 0.69% | 0.54% | - |
| HSV(B) | 179.63º | 0.75% | 0.86% | - |
| XYZ | 39.56 | 56.54 | 75.16 | - |
| YUV | 169.85 | 155.17 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 218 | 0.75 | 0 | 0.00 | 0.14 | 179.63 | 0.69 | 0.54 |
| Hex | 37 | DB | DA | 4B | 0 | 0 | E | B4 | 45 | 36 |
| Octal | 67 | 333 | 332 | 113 | 0 | 0 | 16 | 264 | 105 | 66 |
| Binary | 110111 | 11011011 | 11011010 | 1001011 | 0 | 0 | 1110 | 10110100 | 1000101 | 110110 |
Color Harmonies of #37DBDA
Complementary color
Monochromatic Colors of #37DBDA
Black with #37DBDA
Text Example
Text Example
White with #37DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DBDA; }
p { color: rgb(55,219,218); }
H1.HeaderClassName
{
color: #37DBDA;
}
.AnyTagClassName
{
color: #37DBDA;
}
</style>
background-color css
<style>
a { background-color: #37DBDA; }
a { background-color: rgb(55,219,218); }
div.DivClassName
{
background-color: #37DBDA;
}
.BgClassName
{
background-color: #37DBDA;
}
</style>
border-color css
<style>
span { border-color: #37DBDA; }
span { border-color: rgb(55,219,218); }
td.TdClassName
{
border-color: #37DBDA;
}
.TagClassName
{
border-color: #37DBDA;
}
</style>