Shades of Turquoise #37DDEF
Tints of Turquoise #37DDEF
RGB
CMYK
RGB Variations
Color information
#37DDEF (or 0x37DDEF) is known color: Turquoise. HEX triplet: 37, DD and EF. RGB value is (55,221,239). Sum of RGB (Red+Green+Blue) = 55+221+239=515 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.68% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #37DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DDEF is #C82210. Grayscale: #ADADAD. Windows color (decimal): -13115921 or 15719735. OLE color: 15719735.
HSL color Cylindrical-coordinate representation of color #37DDEF: hue angle of 185.87º 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 #37DDEF is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 221 | 239 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.06 |
| HSL | 185.87º | 0.85% | 0.58% | - |
| HSV(B) | 185.87º | 0.77% | 0.94% | - |
| XYZ | 43.01 | 58.76 | 90.74 | - |
| YUV | 173.42 | 165 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 221 | 239 | 0.77 | 0.08 | 0 | 0.06 | 185.87 | 0.85 | 0.58 |
| Hex | 37 | DD | EF | 4D | 8 | 0 | 6 | BA | 55 | 3A |
| Octal | 67 | 335 | 357 | 115 | 10 | 0 | 6 | 272 | 125 | 72 |
| Binary | 110111 | 11011101 | 11101111 | 1001101 | 1000 | 0 | 110 | 10111010 | 1010101 | 111010 |
Color Harmonies of #37DDEF
Complementary color
Monochromatic Colors of #37DDEF
Black with #37DDEF
Text Example
Text Example
White with #37DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DDEF; }
p { color: rgb(55,221,239); }
H1.HeaderClassName
{
color: #37DDEF;
}
.AnyTagClassName
{
color: #37DDEF;
}
</style>
background-color css
<style>
a { background-color: #37DDEF; }
a { background-color: rgb(55,221,239); }
div.DivClassName
{
background-color: #37DDEF;
}
.BgClassName
{
background-color: #37DDEF;
}
</style>
border-color css
<style>
span { border-color: #37DDEF; }
span { border-color: rgb(55,221,239); }
td.TdClassName
{
border-color: #37DDEF;
}
.TagClassName
{
border-color: #37DDEF;
}
</style>