Shades of Turquoise #37F9DB
Tints of Turquoise #37F9DB
RGB
CMYK
RGB Variations
Color information
#37F9DB (or 0x37F9DB) is known color: Turquoise. HEX triplet: 37, F9 and DB. RGB value is (55,249,219). Sum of RGB (Red+Green+Blue) = 55+249+219=523 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.52% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #37F9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F9DB is #C80624. Grayscale: #BBBBBB. Windows color (decimal): -13108773 or 14416183. OLE color: 14416183.
HSL color Cylindrical-coordinate representation of color #37F9DB: hue angle of 170.72º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F9DB is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 249 | 219 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.02 |
| HSL | 170.72º | 0.94% | 0.6% | - |
| HSV(B) | 170.72º | 0.78% | 0.98% | - |
| XYZ | 48.24 | 73.68 | 78.7 | - |
| YUV | 187.57 | 145.73 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 249 | 219 | 0.78 | 0 | 0.12 | 0.02 | 170.72 | 0.94 | 0.6 |
| Hex | 37 | F9 | DB | 4E | 0 | C | 2 | AB | 5E | 3C |
| Octal | 67 | 371 | 333 | 116 | 0 | 14 | 2 | 253 | 136 | 74 |
| Binary | 110111 | 11111001 | 11011011 | 1001110 | 0 | 1100 | 10 | 10101011 | 1011110 | 111100 |
Color Harmonies of #37F9DB
Complementary color
Monochromatic Colors of #37F9DB
Black with #37F9DB
Text Example
Text Example
White with #37F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F9DB; }
p { color: rgb(55,249,219); }
H1.HeaderClassName
{
color: #37F9DB;
}
.AnyTagClassName
{
color: #37F9DB;
}
</style>
background-color css
<style>
a { background-color: #37F9DB; }
a { background-color: rgb(55,249,219); }
div.DivClassName
{
background-color: #37F9DB;
}
.BgClassName
{
background-color: #37F9DB;
}
</style>
border-color css
<style>
span { border-color: #37F9DB; }
span { border-color: rgb(55,249,219); }
td.TdClassName
{
border-color: #37F9DB;
}
.TagClassName
{
border-color: #37F9DB;
}
</style>