Shades of Turquoise #37ECF3
Tints of Turquoise #37ECF3
RGB
CMYK
RGB Variations
Color information
#37ECF3 (or 0x37ECF3) is known color: Turquoise. HEX triplet: 37, EC and F3. RGB value is (55,236,243). Sum of RGB (Red+Green+Blue) = 55+236+243=534 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.30% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #37ECF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37ECF3 is #C8130C. Grayscale: #B6B6B6. Windows color (decimal): -13112077 or 15985719. OLE color: 15985719.
HSL color Cylindrical-coordinate representation of color #37ECF3: hue angle of 182.23º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37ECF3 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 236 | 243 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.05 |
| HSL | 182.23º | 0.89% | 0.58% | - |
| HSV(B) | 182.23º | 0.77% | 0.95% | - |
| XYZ | 47.75 | 67.27 | 95.26 | - |
| YUV | 182.68 | 162.03 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 236 | 243 | 0.77 | 0.03 | 0 | 0.05 | 182.23 | 0.89 | 0.58 |
| Hex | 37 | EC | F3 | 4D | 3 | 0 | 5 | B6 | 59 | 3A |
| Octal | 67 | 354 | 363 | 115 | 3 | 0 | 5 | 266 | 131 | 72 |
| Binary | 110111 | 11101100 | 11110011 | 1001101 | 11 | 0 | 101 | 10110110 | 1011001 | 111010 |
Color Harmonies of #37ECF3
Complementary color
Monochromatic Colors of #37ECF3
Black with #37ECF3
Text Example
Text Example
White with #37ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ECF3; }
p { color: rgb(55,236,243); }
H1.HeaderClassName
{
color: #37ECF3;
}
.AnyTagClassName
{
color: #37ECF3;
}
</style>
background-color css
<style>
a { background-color: #37ECF3; }
a { background-color: rgb(55,236,243); }
div.DivClassName
{
background-color: #37ECF3;
}
.BgClassName
{
background-color: #37ECF3;
}
</style>
border-color css
<style>
span { border-color: #37ECF3; }
span { border-color: rgb(55,236,243); }
td.TdClassName
{
border-color: #37ECF3;
}
.TagClassName
{
border-color: #37ECF3;
}
</style>