Shades of Aqua #23FEF1
Tints of Aqua #23FEF1
RGB
CMYK
RGB Variations
Color information
#23FEF1 (or 0x23FEF1) is known color: Aqua. HEX triplet: 23, FE and F1. RGB value is (35,254,241). Sum of RGB (Red+Green+Blue) = 35+254+241=530 (70% of max value = 765). Red value is 35 (14.06% from 255 or 6.60% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #23FEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23FEF1 is #DC010E. Grayscale: #BABABA. Windows color (decimal): -14418191 or 15859235. OLE color: 15859235.
HSL color Cylindrical-coordinate representation of color #23FEF1: hue angle of 176.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FEF1 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 254 | 241 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.00 |
| HSL | 176.44º | 0.99% | 0.57% | - |
| HSV(B) | 176.44º | 0.86% | 1% | - |
| XYZ | 52.01 | 77.59 | 95.45 | - |
| YUV | 187.04 | 158.45 | 19.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 254 | 241 | 0.86 | 0 | 0.05 | 0.00 | 176.44 | 0.99 | 0.57 |
| Hex | 23 | FE | F1 | 56 | 0 | 5 | 0 | B0 | 63 | 39 |
| Octal | 43 | 376 | 361 | 126 | 0 | 5 | 0 | 260 | 143 | 71 |
| Binary | 100011 | 11111110 | 11110001 | 1010110 | 0 | 101 | 0 | 10110000 | 1100011 | 111001 |
Color Harmonies of #23FEF1
Complementary color
Monochromatic Colors of #23FEF1
Black with #23FEF1
Text Example
Text Example
White with #23FEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FEF1; }
p { color: rgb(35,254,241); }
H1.HeaderClassName
{
color: #23FEF1;
}
.AnyTagClassName
{
color: #23FEF1;
}
</style>
background-color css
<style>
a { background-color: #23FEF1; }
a { background-color: rgb(35,254,241); }
div.DivClassName
{
background-color: #23FEF1;
}
.BgClassName
{
background-color: #23FEF1;
}
</style>
border-color css
<style>
span { border-color: #23FEF1; }
span { border-color: rgb(35,254,241); }
td.TdClassName
{
border-color: #23FEF1;
}
.TagClassName
{
border-color: #23FEF1;
}
</style>