Shades of Aqua #37FCFE
Tints of Aqua #37FCFE
RGB
CMYK
RGB Variations
Color information
#37FCFE (or 0x37FCFE) is known color: Aqua. HEX triplet: 37, FC and FE. RGB value is (55,252,254). Sum of RGB (Red+Green+Blue) = 55+252+254=561 (74% of max value = 765). Red value is 55 (21.88% from 255 or 9.80% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #37FCFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FCFE is #C80301. Grayscale: #C1C1C1. Windows color (decimal): -13107970 or 16710711. OLE color: 16710711.
HSL color Cylindrical-coordinate representation of color #37FCFE: hue angle of 180.6º 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 #37FCFE is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 252 | 254 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.00 |
| HSL | 180.6º | 0.99% | 0.61% | - |
| HSV(B) | 180.6º | 0.78% | 1% | - |
| XYZ | 54.28 | 77.59 | 105.88 | - |
| YUV | 193.33 | 162.23 | 29.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 254 | 0.78 | 0.01 | 0 | 0.00 | 180.6 | 0.99 | 0.61 |
| Hex | 37 | FC | FE | 4E | 1 | 0 | 0 | B5 | 63 | 3D |
| Octal | 67 | 374 | 376 | 116 | 1 | 0 | 0 | 265 | 143 | 75 |
| Binary | 110111 | 11111100 | 11111110 | 1001110 | 1 | 0 | 0 | 10110101 | 1100011 | 111101 |
Color Harmonies of #37FCFE
Complementary color
Monochromatic Colors of #37FCFE
Black with #37FCFE
Text Example
Text Example
White with #37FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FCFE; }
p { color: rgb(55,252,254); }
H1.HeaderClassName
{
color: #37FCFE;
}
.AnyTagClassName
{
color: #37FCFE;
}
</style>
background-color css
<style>
a { background-color: #37FCFE; }
a { background-color: rgb(55,252,254); }
div.DivClassName
{
background-color: #37FCFE;
}
.BgClassName
{
background-color: #37FCFE;
}
</style>
border-color css
<style>
span { border-color: #37FCFE; }
span { border-color: rgb(55,252,254); }
td.TdClassName
{
border-color: #37FCFE;
}
.TagClassName
{
border-color: #37FCFE;
}
</style>