Shades of Turquoise #37ECFD
Tints of Turquoise #37ECFD
RGB
CMYK
RGB Variations
Color information
#37ECFD (or 0x37ECFD) is known color: Turquoise. HEX triplet: 37, EC and FD. RGB value is (55,236,253). Sum of RGB (Red+Green+Blue) = 55+236+253=544 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.11% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #37ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37ECFD is #C81302. Grayscale: #B7B7B7. Windows color (decimal): -13112067 or 16641079. OLE color: 16641079.
HSL color Cylindrical-coordinate representation of color #37ECFD: hue angle of 185.15º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37ECFD is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 236 | 253 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.01 |
| HSL | 185.15º | 0.98% | 0.6% | - |
| HSV(B) | 185.15º | 0.78% | 0.99% | - |
| XYZ | 49.3 | 67.89 | 103.44 | - |
| YUV | 183.82 | 167.03 | 36.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 236 | 253 | 0.78 | 0.07 | 0 | 0.01 | 185.15 | 0.98 | 0.6 |
| Hex | 37 | EC | FD | 4E | 7 | 0 | 1 | B9 | 62 | 3C |
| Octal | 67 | 354 | 375 | 116 | 7 | 0 | 1 | 271 | 142 | 74 |
| Binary | 110111 | 11101100 | 11111101 | 1001110 | 111 | 0 | 1 | 10111001 | 1100010 | 111100 |
Color Harmonies of #37ECFD
Complementary color
Monochromatic Colors of #37ECFD
Black with #37ECFD
Text Example
Text Example
White with #37ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ECFD; }
p { color: rgb(55,236,253); }
H1.HeaderClassName
{
color: #37ECFD;
}
.AnyTagClassName
{
color: #37ECFD;
}
</style>
background-color css
<style>
a { background-color: #37ECFD; }
a { background-color: rgb(55,236,253); }
div.DivClassName
{
background-color: #37ECFD;
}
.BgClassName
{
background-color: #37ECFD;
}
</style>
border-color css
<style>
span { border-color: #37ECFD; }
span { border-color: rgb(55,236,253); }
td.TdClassName
{
border-color: #37ECFD;
}
.TagClassName
{
border-color: #37ECFD;
}
</style>