Shades of Aqua #27FEFF
Tints of Aqua #27FEFF
RGB
CMYK
RGB Variations
Color information
#27FEFF (or 0x27FEFF) is known color: Aqua. HEX triplet: 27, FE and FF. RGB value is (39,254,255). Sum of RGB (Red+Green+Blue) = 39+254+255=548 (72% of max value = 765). Red value is 39 (15.62% from 255 or 7.12% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #27FEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27FEFF is #D80100. Grayscale: #BDBDBD. Windows color (decimal): -14156033 or 16776743. OLE color: 16776743.
HSL color Cylindrical-coordinate representation of color #27FEFF: hue angle of 180.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FEFF is Cyan = 0.85, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 254 | 255 | - |
| CMYK | 0.85 | 0.00 | 0 | 0 |
| HSL | 180.28º | 1% | 0.58% | - |
| HSV(B) | 180.28º | 0.85% | 1% | - |
| XYZ | 54.33 | 78.53 | 106.9 | - |
| YUV | 189.83 | 164.77 | 20.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 255 | 0.85 | 0.00 | 0 | 0 | 180.28 | 1 | 0.58 |
| Hex | 27 | FE | FF | 55 | 0 | 0 | 0 | B4 | 64 | 3A |
| Octal | 47 | 376 | 377 | 125 | 0 | 0 | 0 | 264 | 144 | 72 |
| Binary | 100111 | 11111110 | 11111111 | 1010101 | 0 | 0 | 0 | 10110100 | 1100100 | 111010 |
Color Harmonies of #27FEFF
Complementary color
Monochromatic Colors of #27FEFF
Black with #27FEFF
Text Example
Text Example
White with #27FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FEFF; }
p { color: rgb(39,254,255); }
H1.HeaderClassName
{
color: #27FEFF;
}
.AnyTagClassName
{
color: #27FEFF;
}
</style>
background-color css
<style>
a { background-color: #27FEFF; }
a { background-color: rgb(39,254,255); }
div.DivClassName
{
background-color: #27FEFF;
}
.BgClassName
{
background-color: #27FEFF;
}
</style>
border-color css
<style>
span { border-color: #27FEFF; }
span { border-color: rgb(39,254,255); }
td.TdClassName
{
border-color: #27FEFF;
}
.TagClassName
{
border-color: #27FEFF;
}
</style>