Shades of Aqua #23FEF9
Tints of Aqua #23FEF9
RGB
CMYK
RGB Variations
Color information
#23FEF9 (or 0x23FEF9) is known color: Aqua. HEX triplet: 23, FE and F9. RGB value is (35,254,249). Sum of RGB (Red+Green+Blue) = 35+254+249=538 (71% of max value = 765). Red value is 35 (14.06% from 255 or 6.51% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #23FEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23FEF9 is #DC0106. Grayscale: #BBBBBB. Windows color (decimal): -14418183 or 16383523. OLE color: 16383523.
HSL color Cylindrical-coordinate representation of color #23FEF9: hue angle of 178.63º 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 #23FEF9 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 254 | 249 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.00 |
| HSL | 178.63º | 0.99% | 0.57% | - |
| HSV(B) | 178.63º | 0.86% | 1% | - |
| XYZ | 53.23 | 78.08 | 101.89 | - |
| YUV | 187.95 | 162.45 | 18.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 254 | 249 | 0.86 | 0 | 0.02 | 0.00 | 178.63 | 0.99 | 0.57 |
| Hex | 23 | FE | F9 | 56 | 0 | 2 | 0 | B3 | 63 | 39 |
| Octal | 43 | 376 | 371 | 126 | 0 | 2 | 0 | 263 | 143 | 71 |
| Binary | 100011 | 11111110 | 11111001 | 1010110 | 0 | 10 | 0 | 10110011 | 1100011 | 111001 |
Color Harmonies of #23FEF9
Complementary color
Monochromatic Colors of #23FEF9
Black with #23FEF9
Text Example
Text Example
White with #23FEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FEF9; }
p { color: rgb(35,254,249); }
H1.HeaderClassName
{
color: #23FEF9;
}
.AnyTagClassName
{
color: #23FEF9;
}
</style>
background-color css
<style>
a { background-color: #23FEF9; }
a { background-color: rgb(35,254,249); }
div.DivClassName
{
background-color: #23FEF9;
}
.BgClassName
{
background-color: #23FEF9;
}
</style>
border-color css
<style>
span { border-color: #23FEF9; }
span { border-color: rgb(35,254,249); }
td.TdClassName
{
border-color: #23FEF9;
}
.TagClassName
{
border-color: #23FEF9;
}
</style>