Shades of Turquoise #37DCEE
Tints of Turquoise #37DCEE
RGB
CMYK
RGB Variations
Color information
#37DCEE (or 0x37DCEE) is known color: Turquoise. HEX triplet: 37, DC and EE. RGB value is (55,220,238). Sum of RGB (Red+Green+Blue) = 55+220+238=513 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.72% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #37DCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DCEE is #C82311. Grayscale: #ACACAC. Windows color (decimal): -13116178 or 15653943. OLE color: 15653943.
HSL color Cylindrical-coordinate representation of color #37DCEE: hue angle of 185.9º degrees, saturation: 0.84, 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 #37DCEE is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 220 | 238 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.07 |
| HSL | 185.9º | 0.84% | 0.57% | - |
| HSV(B) | 185.9º | 0.77% | 0.93% | - |
| XYZ | 42.6 | 58.17 | 89.87 | - |
| YUV | 172.72 | 164.84 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 238 | 0.77 | 0.08 | 0 | 0.07 | 185.9 | 0.84 | 0.57 |
| Hex | 37 | DC | EE | 4D | 8 | 0 | 7 | BA | 54 | 39 |
| Octal | 67 | 334 | 356 | 115 | 10 | 0 | 7 | 272 | 124 | 71 |
| Binary | 110111 | 11011100 | 11101110 | 1001101 | 1000 | 0 | 111 | 10111010 | 1010100 | 111001 |
Color Harmonies of #37DCEE
Complementary color
Monochromatic Colors of #37DCEE
Black with #37DCEE
Text Example
Text Example
White with #37DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DCEE; }
p { color: rgb(55,220,238); }
H1.HeaderClassName
{
color: #37DCEE;
}
.AnyTagClassName
{
color: #37DCEE;
}
</style>
background-color css
<style>
a { background-color: #37DCEE; }
a { background-color: rgb(55,220,238); }
div.DivClassName
{
background-color: #37DCEE;
}
.BgClassName
{
background-color: #37DCEE;
}
</style>
border-color css
<style>
span { border-color: #37DCEE; }
span { border-color: rgb(55,220,238); }
td.TdClassName
{
border-color: #37DCEE;
}
.TagClassName
{
border-color: #37DCEE;
}
</style>