Shades of Aqua #27EFFF
Tints of Aqua #27EFFF
RGB
CMYK
RGB Variations
Color information
#27EFFF (or 0x27EFFF) is known color: Aqua. HEX triplet: 27, EF and FF. RGB value is (39,239,255). Sum of RGB (Red+Green+Blue) = 39+239+255=533 (70% of max value = 765). Red value is 39 (15.62% from 255 or 7.32% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #27EFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27EFFF is #D81000. Grayscale: #B4B4B4. Windows color (decimal): -14159873 or 16772903. OLE color: 16772903.
HSL color Cylindrical-coordinate representation of color #27EFFF: hue angle of 184.44º 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 #27EFFF is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 239 | 255 | - |
| CMYK | 0.85 | 0.06 | 0 | 0 |
| HSL | 184.44º | 1% | 0.58% | - |
| HSV(B) | 184.44º | 0.85% | 1% | - |
| XYZ | 49.75 | 69.38 | 105.38 | - |
| YUV | 181.02 | 169.74 | 26.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 239 | 255 | 0.85 | 0.06 | 0 | 0 | 184.44 | 1 | 0.58 |
| Hex | 27 | EF | FF | 55 | 6 | 0 | 0 | B8 | 64 | 3A |
| Octal | 47 | 357 | 377 | 125 | 6 | 0 | 0 | 270 | 144 | 72 |
| Binary | 100111 | 11101111 | 11111111 | 1010101 | 110 | 0 | 0 | 10111000 | 1100100 | 111010 |
Color Harmonies of #27EFFF
Complementary color
Monochromatic Colors of #27EFFF
Black with #27EFFF
Text Example
Text Example
White with #27EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EFFF; }
p { color: rgb(39,239,255); }
H1.HeaderClassName
{
color: #27EFFF;
}
.AnyTagClassName
{
color: #27EFFF;
}
</style>
background-color css
<style>
a { background-color: #27EFFF; }
a { background-color: rgb(39,239,255); }
div.DivClassName
{
background-color: #27EFFF;
}
.BgClassName
{
background-color: #27EFFF;
}
</style>
border-color css
<style>
span { border-color: #27EFFF; }
span { border-color: rgb(39,239,255); }
td.TdClassName
{
border-color: #27EFFF;
}
.TagClassName
{
border-color: #27EFFF;
}
</style>