Shades of Turquoise #37DBED
Tints of Turquoise #37DBED
RGB
CMYK
RGB Variations
Color information
#37DBED (or 0x37DBED) is known color: Turquoise. HEX triplet: 37, DB and ED. RGB value is (55,219,237). Sum of RGB (Red+Green+Blue) = 55+219+237=511 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.76% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #37DBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DBED is #C82412. Grayscale: #ABABAB. Windows color (decimal): -13116435 or 15588151. OLE color: 15588151.
HSL color Cylindrical-coordinate representation of color #37DBED: hue angle of 185.93º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DBED is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 219 | 237 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.07 |
| HSL | 185.93º | 0.83% | 0.57% | - |
| HSV(B) | 185.93º | 0.77% | 0.93% | - |
| XYZ | 42.19 | 57.59 | 89.01 | - |
| YUV | 172.02 | 164.67 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 237 | 0.77 | 0.08 | 0 | 0.07 | 185.93 | 0.83 | 0.57 |
| Hex | 37 | DB | ED | 4D | 8 | 0 | 7 | BA | 53 | 39 |
| Octal | 67 | 333 | 355 | 115 | 10 | 0 | 7 | 272 | 123 | 71 |
| Binary | 110111 | 11011011 | 11101101 | 1001101 | 1000 | 0 | 111 | 10111010 | 1010011 | 111001 |
Color Harmonies of #37DBED
Complementary color
Monochromatic Colors of #37DBED
Black with #37DBED
Text Example
Text Example
White with #37DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DBED; }
p { color: rgb(55,219,237); }
H1.HeaderClassName
{
color: #37DBED;
}
.AnyTagClassName
{
color: #37DBED;
}
</style>
background-color css
<style>
a { background-color: #37DBED; }
a { background-color: rgb(55,219,237); }
div.DivClassName
{
background-color: #37DBED;
}
.BgClassName
{
background-color: #37DBED;
}
</style>
border-color css
<style>
span { border-color: #37DBED; }
span { border-color: rgb(55,219,237); }
td.TdClassName
{
border-color: #37DBED;
}
.TagClassName
{
border-color: #37DBED;
}
</style>