Shades of Turquoise #37DBBC
Tints of Turquoise #37DBBC
RGB
CMYK
RGB Variations
Color information
#37DBBC (or 0x37DBBC) is known color: Turquoise. HEX triplet: 37, DB and BC. RGB value is (55,219,188). Sum of RGB (Red+Green+Blue) = 55+219+188=462 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.90% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #37DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DBBC is #C82443. Grayscale: #A6A6A6. Windows color (decimal): -13116484 or 12376887. OLE color: 12376887.
HSL color Cylindrical-coordinate representation of color #37DBBC: hue angle of 168.66º 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 #37DBBC is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 219 | 188 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.14 |
| HSL | 168.66º | 0.69% | 0.54% | - |
| HSV(B) | 168.66º | 0.75% | 0.86% | - |
| XYZ | 35.98 | 55.11 | 56.32 | - |
| YUV | 166.43 | 140.17 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 188 | 0.75 | 0 | 0.14 | 0.14 | 168.66 | 0.69 | 0.54 |
| Hex | 37 | DB | BC | 4B | 0 | E | E | A9 | 45 | 36 |
| Octal | 67 | 333 | 274 | 113 | 0 | 16 | 16 | 251 | 105 | 66 |
| Binary | 110111 | 11011011 | 10111100 | 1001011 | 0 | 1110 | 1110 | 10101001 | 1000101 | 110110 |
Color Harmonies of #37DBBC
Complementary color
Monochromatic Colors of #37DBBC
Black with #37DBBC
Text Example
Text Example
White with #37DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DBBC; }
p { color: rgb(55,219,188); }
H1.HeaderClassName
{
color: #37DBBC;
}
.AnyTagClassName
{
color: #37DBBC;
}
</style>
background-color css
<style>
a { background-color: #37DBBC; }
a { background-color: rgb(55,219,188); }
div.DivClassName
{
background-color: #37DBBC;
}
.BgClassName
{
background-color: #37DBBC;
}
</style>
border-color css
<style>
span { border-color: #37DBBC; }
span { border-color: rgb(55,219,188); }
td.TdClassName
{
border-color: #37DBBC;
}
.TagClassName
{
border-color: #37DBBC;
}
</style>