Shades of Aqua #27EEFE
Tints of Aqua #27EEFE
RGB
CMYK
RGB Variations
Color information
#27EEFE (or 0x27EEFE) is known color: Aqua. HEX triplet: 27, EE and FE. RGB value is (39,238,254). Sum of RGB (Red+Green+Blue) = 39+238+254=531 (70% of max value = 765). Red value is 39 (15.62% from 255 or 7.34% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #27EEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27EEFE is #D81101. Grayscale: #B4B4B4. Windows color (decimal): -14160130 or 16707111. OLE color: 16707111.
HSL color Cylindrical-coordinate representation of color #27EEFE: hue angle of 184.47º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27EEFE is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 238 | 254 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.00 |
| HSL | 184.47º | 0.99% | 0.57% | - |
| HSV(B) | 184.47º | 0.85% | 1% | - |
| XYZ | 49.3 | 68.74 | 104.43 | - |
| YUV | 180.32 | 169.57 | 27.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 238 | 254 | 0.85 | 0.06 | 0 | 0.00 | 184.47 | 0.99 | 0.57 |
| Hex | 27 | EE | FE | 55 | 6 | 0 | 0 | B8 | 63 | 39 |
| Octal | 47 | 356 | 376 | 125 | 6 | 0 | 0 | 270 | 143 | 71 |
| Binary | 100111 | 11101110 | 11111110 | 1010101 | 110 | 0 | 0 | 10111000 | 1100011 | 111001 |
Color Harmonies of #27EEFE
Complementary color
Monochromatic Colors of #27EEFE
Black with #27EEFE
Text Example
Text Example
White with #27EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EEFE; }
p { color: rgb(39,238,254); }
H1.HeaderClassName
{
color: #27EEFE;
}
.AnyTagClassName
{
color: #27EEFE;
}
</style>
background-color css
<style>
a { background-color: #27EEFE; }
a { background-color: rgb(39,238,254); }
div.DivClassName
{
background-color: #27EEFE;
}
.BgClassName
{
background-color: #27EEFE;
}
</style>
border-color css
<style>
span { border-color: #27EEFE; }
span { border-color: rgb(39,238,254); }
td.TdClassName
{
border-color: #27EEFE;
}
.TagClassName
{
border-color: #27EEFE;
}
</style>