Shades of Aqua #37FEFE
Tints of Aqua #37FEFE
RGB
CMYK
RGB Variations
Color information
#37FEFE (or 0x37FEFE) is known color: Aqua. HEX triplet: 37, FE and FE. RGB value is (55,254,254). Sum of RGB (Red+Green+Blue) = 55+254+254=563 (74% of max value = 765). Red value is 55 (21.88% from 255 or 9.77% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #37FEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FEFE is #C80101. Grayscale: #C2C2C2. Windows color (decimal): -13107458 or 16711223. OLE color: 16711223.
HSL color Cylindrical-coordinate representation of color #37FEFE: hue angle of 180º 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 #37FEFE is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 254 | - |
| CMYK | 0.78 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.61% | - |
| HSV(B) | 180º | 0.78% | 1% | - |
| XYZ | 54.91 | 78.85 | 106.09 | - |
| YUV | 194.5 | 161.57 | 28.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 254 | 0.78 | 0 | 0 | 0.00 | 180 | 0.99 | 0.61 |
| Hex | 37 | FE | FE | 4E | 0 | 0 | 0 | B4 | 63 | 3D |
| Octal | 67 | 376 | 376 | 116 | 0 | 0 | 0 | 264 | 143 | 75 |
| Binary | 110111 | 11111110 | 11111110 | 1001110 | 0 | 0 | 0 | 10110100 | 1100011 | 111101 |
Color Harmonies of #37FEFE
Complementary color
Monochromatic Colors of #37FEFE
Black with #37FEFE
Text Example
Text Example
White with #37FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FEFE; }
p { color: rgb(55,254,254); }
H1.HeaderClassName
{
color: #37FEFE;
}
.AnyTagClassName
{
color: #37FEFE;
}
</style>
background-color css
<style>
a { background-color: #37FEFE; }
a { background-color: rgb(55,254,254); }
div.DivClassName
{
background-color: #37FEFE;
}
.BgClassName
{
background-color: #37FEFE;
}
</style>
border-color css
<style>
span { border-color: #37FEFE; }
span { border-color: rgb(55,254,254); }
td.TdClassName
{
border-color: #37FEFE;
}
.TagClassName
{
border-color: #37FEFE;
}
</style>