Shades of Turquoise #37F2FC
Tints of Turquoise #37F2FC
RGB
CMYK
RGB Variations
Color information
#37F2FC (or 0x37F2FC) is known color: Turquoise. HEX triplet: 37, F2 and FC. RGB value is (55,242,252). Sum of RGB (Red+Green+Blue) = 55+242+252=549 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.02% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #37F2FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F2FC is #C80D03. Grayscale: #BBBBBB. Windows color (decimal): -13110532 or 16577079. OLE color: 16577079.
HSL color Cylindrical-coordinate representation of color #37F2FC: hue angle of 183.05º degrees, saturation: 0.97, 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 #37F2FC is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 242 | 252 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.01 |
| HSL | 183.05º | 0.97% | 0.6% | - |
| HSV(B) | 183.05º | 0.78% | 0.99% | - |
| XYZ | 50.9 | 71.34 | 103.18 | - |
| YUV | 187.23 | 164.55 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 252 | 0.78 | 0.04 | 0 | 0.01 | 183.05 | 0.97 | 0.6 |
| Hex | 37 | F2 | FC | 4E | 4 | 0 | 1 | B7 | 61 | 3C |
| Octal | 67 | 362 | 374 | 116 | 4 | 0 | 1 | 267 | 141 | 74 |
| Binary | 110111 | 11110010 | 11111100 | 1001110 | 100 | 0 | 1 | 10110111 | 1100001 | 111100 |
Color Harmonies of #37F2FC
Complementary color
Monochromatic Colors of #37F2FC
Black with #37F2FC
Text Example
Text Example
White with #37F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F2FC; }
p { color: rgb(55,242,252); }
H1.HeaderClassName
{
color: #37F2FC;
}
.AnyTagClassName
{
color: #37F2FC;
}
</style>
background-color css
<style>
a { background-color: #37F2FC; }
a { background-color: rgb(55,242,252); }
div.DivClassName
{
background-color: #37F2FC;
}
.BgClassName
{
background-color: #37F2FC;
}
</style>
border-color css
<style>
span { border-color: #37F2FC; }
span { border-color: rgb(55,242,252); }
td.TdClassName
{
border-color: #37F2FC;
}
.TagClassName
{
border-color: #37F2FC;
}
</style>