Shades of Aqua #23EFFE
Tints of Aqua #23EFFE
RGB
CMYK
RGB Variations
Color information
#23EFFE (or 0x23EFFE) is known color: Aqua. HEX triplet: 23, EF and FE. RGB value is (35,239,254). Sum of RGB (Red+Green+Blue) = 35+239+254=528 (69% of max value = 765). Red value is 35 (14.06% from 255 or 6.63% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #23EFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23EFFE is #DC1001. Grayscale: #B3B3B3. Windows color (decimal): -14422018 or 16707363. OLE color: 16707363.
HSL color Cylindrical-coordinate representation of color #23EFFE: hue angle of 184.11º 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 #23EFFE is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 239 | 254 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.00 |
| HSL | 184.11º | 0.99% | 0.57% | - |
| HSV(B) | 184.11º | 0.86% | 1% | - |
| XYZ | 49.45 | 69.25 | 104.53 | - |
| YUV | 179.71 | 169.91 | 24.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 239 | 254 | 0.86 | 0.06 | 0 | 0.00 | 184.11 | 0.99 | 0.57 |
| Hex | 23 | EF | FE | 56 | 6 | 0 | 0 | B8 | 63 | 39 |
| Octal | 43 | 357 | 376 | 126 | 6 | 0 | 0 | 270 | 143 | 71 |
| Binary | 100011 | 11101111 | 11111110 | 1010110 | 110 | 0 | 0 | 10111000 | 1100011 | 111001 |
Color Harmonies of #23EFFE
Complementary color
Monochromatic Colors of #23EFFE
Black with #23EFFE
Text Example
Text Example
White with #23EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EFFE; }
p { color: rgb(35,239,254); }
H1.HeaderClassName
{
color: #23EFFE;
}
.AnyTagClassName
{
color: #23EFFE;
}
</style>
background-color css
<style>
a { background-color: #23EFFE; }
a { background-color: rgb(35,239,254); }
div.DivClassName
{
background-color: #23EFFE;
}
.BgClassName
{
background-color: #23EFFE;
}
</style>
border-color css
<style>
span { border-color: #23EFFE; }
span { border-color: rgb(35,239,254); }
td.TdClassName
{
border-color: #23EFFE;
}
.TagClassName
{
border-color: #23EFFE;
}
</style>