Shades of Turquoise #37DFEC
Tints of Turquoise #37DFEC
RGB
CMYK
RGB Variations
Color information
#37DFEC (or 0x37DFEC) is known color: Turquoise. HEX triplet: 37, DF and EC. RGB value is (55,223,236). Sum of RGB (Red+Green+Blue) = 55+223+236=514 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.70% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #37DFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DFEC is #C82013. Grayscale: #AEAEAE. Windows color (decimal): -13115412 or 15523639. OLE color: 15523639.
HSL color Cylindrical-coordinate representation of color #37DFEC: hue angle of 184.31º 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 #37DFEC is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 223 | 236 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.07 |
| HSL | 184.31º | 0.83% | 0.57% | - |
| HSV(B) | 184.31º | 0.77% | 0.93% | - |
| XYZ | 43.1 | 59.64 | 88.6 | - |
| YUV | 174.25 | 162.84 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 223 | 236 | 0.77 | 0.06 | 0 | 0.07 | 184.31 | 0.83 | 0.57 |
| Hex | 37 | DF | EC | 4D | 6 | 0 | 7 | B8 | 53 | 39 |
| Octal | 67 | 337 | 354 | 115 | 6 | 0 | 7 | 270 | 123 | 71 |
| Binary | 110111 | 11011111 | 11101100 | 1001101 | 110 | 0 | 111 | 10111000 | 1010011 | 111001 |
Color Harmonies of #37DFEC
Complementary color
Monochromatic Colors of #37DFEC
Black with #37DFEC
Text Example
Text Example
White with #37DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DFEC; }
p { color: rgb(55,223,236); }
H1.HeaderClassName
{
color: #37DFEC;
}
.AnyTagClassName
{
color: #37DFEC;
}
</style>
background-color css
<style>
a { background-color: #37DFEC; }
a { background-color: rgb(55,223,236); }
div.DivClassName
{
background-color: #37DFEC;
}
.BgClassName
{
background-color: #37DFEC;
}
</style>
border-color css
<style>
span { border-color: #37DFEC; }
span { border-color: rgb(55,223,236); }
td.TdClassName
{
border-color: #37DFEC;
}
.TagClassName
{
border-color: #37DFEC;
}
</style>