Shades of Turquoise #37FEFC
Tints of Turquoise #37FEFC
RGB
CMYK
RGB Variations
Color information
#37FEFC (or 0x37FEFC) is known color: Turquoise. HEX triplet: 37, FE and FC. RGB value is (55,254,252). Sum of RGB (Red+Green+Blue) = 55+254+252=561 (74% of max value = 765). Red value is 55 (21.88% from 255 or 9.80% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #37FEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FEFC is #C80103. Grayscale: #C2C2C2. Windows color (decimal): -13107460 or 16580151. OLE color: 16580151.
HSL color Cylindrical-coordinate representation of color #37FEFC: hue angle of 179.4º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FEFC is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 252 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.00 |
| HSL | 179.4º | 0.99% | 0.61% | - |
| HSV(B) | 179.4º | 0.78% | 1% | - |
| XYZ | 54.59 | 78.72 | 104.41 | - |
| YUV | 194.27 | 160.57 | 28.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 252 | 0.78 | 0 | 0.01 | 0.00 | 179.4 | 0.99 | 0.61 |
| Hex | 37 | FE | FC | 4E | 0 | 1 | 0 | B3 | 63 | 3D |
| Octal | 67 | 376 | 374 | 116 | 0 | 1 | 0 | 263 | 143 | 75 |
| Binary | 110111 | 11111110 | 11111100 | 1001110 | 0 | 1 | 0 | 10110011 | 1100011 | 111101 |
Color Harmonies of #37FEFC
Complementary color
Monochromatic Colors of #37FEFC
Black with #37FEFC
Text Example
Text Example
White with #37FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEFC; }
p { color: rgb(55,254,252); }
H1.HeaderClassName
{
color: #37FEFC;
}
.AnyTagClassName
{
color: #37FEFC;
}
</style>
background-color css
<style>
a { background-color: #37FEFC; }
a { background-color: rgb(55,254,252); }
div.DivClassName
{
background-color: #37FEFC;
}
.BgClassName
{
background-color: #37FEFC;
}
</style>
border-color css
<style>
span { border-color: #37FEFC; }
span { border-color: rgb(55,254,252); }
td.TdClassName
{
border-color: #37FEFC;
}
.TagClassName
{
border-color: #37FEFC;
}
</style>