Shades of Aqua #27F1FF
Tints of Aqua #27F1FF
RGB
CMYK
RGB Variations
Color information
#27F1FF (or 0x27F1FF) is known color: Aqua. HEX triplet: 27, F1 and FF. RGB value is (39,241,255). Sum of RGB (Red+Green+Blue) = 39+241+255=535 (70% of max value = 765). Red value is 39 (15.62% from 255 or 7.29% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #27F1FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27F1FF is #D80E00. Grayscale: #B5B5B5. Windows color (decimal): -14159361 or 16773415. OLE color: 16773415.
HSL color Cylindrical-coordinate representation of color #27F1FF: hue angle of 183.89º 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 #27F1FF is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 241 | 255 | - |
| CMYK | 0.85 | 0.05 | 0 | 0 |
| HSL | 183.89º | 1% | 0.58% | - |
| HSV(B) | 183.89º | 0.85% | 1% | - |
| XYZ | 50.34 | 70.56 | 105.57 | - |
| YUV | 182.2 | 169.08 | 25.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 241 | 255 | 0.85 | 0.05 | 0 | 0 | 183.89 | 1 | 0.58 |
| Hex | 27 | F1 | FF | 55 | 5 | 0 | 0 | B8 | 64 | 3A |
| Octal | 47 | 361 | 377 | 125 | 5 | 0 | 0 | 270 | 144 | 72 |
| Binary | 100111 | 11110001 | 11111111 | 1010101 | 101 | 0 | 0 | 10111000 | 1100100 | 111010 |
Color Harmonies of #27F1FF
Complementary color
Monochromatic Colors of #27F1FF
Black with #27F1FF
Text Example
Text Example
White with #27F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F1FF; }
p { color: rgb(39,241,255); }
H1.HeaderClassName
{
color: #27F1FF;
}
.AnyTagClassName
{
color: #27F1FF;
}
</style>
background-color css
<style>
a { background-color: #27F1FF; }
a { background-color: rgb(39,241,255); }
div.DivClassName
{
background-color: #27F1FF;
}
.BgClassName
{
background-color: #27F1FF;
}
</style>
border-color css
<style>
span { border-color: #27F1FF; }
span { border-color: rgb(39,241,255); }
td.TdClassName
{
border-color: #27F1FF;
}
.TagClassName
{
border-color: #27F1FF;
}
</style>