Shades of Aqua #27FFFA
Tints of Aqua #27FFFA
RGB
CMYK
RGB Variations
Color information
#27FFFA (or 0x27FFFA) is known color: Aqua. HEX triplet: 27, FF and FA. RGB value is (39,255,250). Sum of RGB (Red+Green+Blue) = 39+255+250=544 (72% of max value = 765). Red value is 39 (15.62% from 255 or 7.17% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27FFFA is #D80005. Grayscale: #BDBDBD. Windows color (decimal): -14155782 or 16449319. OLE color: 16449319.
HSL color Cylindrical-coordinate representation of color #27FFFA: hue angle of 178.61º 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 #27FFFA is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 250 | - |
| CMYK | 0.85 | 0 | 0.02 | 0 |
| HSL | 178.61º | 1% | 0.58% | - |
| HSV(B) | 178.61º | 0.85% | 1% | - |
| XYZ | 53.85 | 78.85 | 102.82 | - |
| YUV | 189.85 | 161.94 | 20.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 250 | 0.85 | 0 | 0.02 | 0 | 178.61 | 1 | 0.58 |
| Hex | 27 | FF | FA | 55 | 0 | 2 | 0 | B3 | 64 | 3A |
| Octal | 47 | 377 | 372 | 125 | 0 | 2 | 0 | 263 | 144 | 72 |
| Binary | 100111 | 11111111 | 11111010 | 1010101 | 0 | 10 | 0 | 10110011 | 1100100 | 111010 |
Color Harmonies of #27FFFA
Complementary color
Monochromatic Colors of #27FFFA
Black with #27FFFA
Text Example
Text Example
White with #27FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FFFA; }
p { color: rgb(39,255,250); }
H1.HeaderClassName
{
color: #27FFFA;
}
.AnyTagClassName
{
color: #27FFFA;
}
</style>
background-color css
<style>
a { background-color: #27FFFA; }
a { background-color: rgb(39,255,250); }
div.DivClassName
{
background-color: #27FFFA;
}
.BgClassName
{
background-color: #27FFFA;
}
</style>
border-color css
<style>
span { border-color: #27FFFA; }
span { border-color: rgb(39,255,250); }
td.TdClassName
{
border-color: #27FFFA;
}
.TagClassName
{
border-color: #27FFFA;
}
</style>