Shades of Turquoise #37DBEF
Tints of Turquoise #37DBEF
RGB
CMYK
RGB Variations
Color information
#37DBEF (or 0x37DBEF) is known color: Turquoise. HEX triplet: 37, DB and EF. RGB value is (55,219,239). Sum of RGB (Red+Green+Blue) = 55+219+239=513 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.72% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #37DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DBEF is #C82410. Grayscale: #ABABAB. Windows color (decimal): -13116433 or 15719223. OLE color: 15719223.
HSL color Cylindrical-coordinate representation of color #37DBEF: hue angle of 186.52º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DBEF is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 219 | 239 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.06 |
| HSL | 186.52º | 0.85% | 0.58% | - |
| HSV(B) | 186.52º | 0.77% | 0.94% | - |
| XYZ | 42.49 | 57.71 | 90.56 | - |
| YUV | 172.24 | 165.67 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 239 | 0.77 | 0.08 | 0 | 0.06 | 186.52 | 0.85 | 0.58 |
| Hex | 37 | DB | EF | 4D | 8 | 0 | 6 | BB | 55 | 3A |
| Octal | 67 | 333 | 357 | 115 | 10 | 0 | 6 | 273 | 125 | 72 |
| Binary | 110111 | 11011011 | 11101111 | 1001101 | 1000 | 0 | 110 | 10111011 | 1010101 | 111010 |
Color Harmonies of #37DBEF
Complementary color
Monochromatic Colors of #37DBEF
Black with #37DBEF
Text Example
Text Example
White with #37DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DBEF; }
p { color: rgb(55,219,239); }
H1.HeaderClassName
{
color: #37DBEF;
}
.AnyTagClassName
{
color: #37DBEF;
}
</style>
background-color css
<style>
a { background-color: #37DBEF; }
a { background-color: rgb(55,219,239); }
div.DivClassName
{
background-color: #37DBEF;
}
.BgClassName
{
background-color: #37DBEF;
}
</style>
border-color css
<style>
span { border-color: #37DBEF; }
span { border-color: rgb(55,219,239); }
td.TdClassName
{
border-color: #37DBEF;
}
.TagClassName
{
border-color: #37DBEF;
}
</style>