Shades of Aqua #23FCFF
Tints of Aqua #23FCFF
RGB
CMYK
RGB Variations
Color information
#23FCFF (or 0x23FCFF) is known color: Aqua. HEX triplet: 23, FC and FF. RGB value is (35,252,255). Sum of RGB (Red+Green+Blue) = 35+252+255=542 (71% of max value = 765). Red value is 35 (14.06% from 255 or 6.46% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #23FCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23FCFF is #DC0300. Grayscale: #BBBBBB. Windows color (decimal): -14418689 or 16776227. OLE color: 16776227.
HSL color Cylindrical-coordinate representation of color #23FCFF: hue angle of 180.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FCFF is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 252 | 255 | - |
| CMYK | 0.86 | 0.01 | 0 | 0 |
| HSL | 180.82º | 1% | 0.57% | - |
| HSV(B) | 180.82º | 0.86% | 1% | - |
| XYZ | 53.55 | 77.2 | 106.69 | - |
| YUV | 187.46 | 166.11 | 19.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 252 | 255 | 0.86 | 0.01 | 0 | 0 | 180.82 | 1 | 0.57 |
| Hex | 23 | FC | FF | 56 | 1 | 0 | 0 | B5 | 64 | 39 |
| Octal | 43 | 374 | 377 | 126 | 1 | 0 | 0 | 265 | 144 | 71 |
| Binary | 100011 | 11111100 | 11111111 | 1010110 | 1 | 0 | 0 | 10110101 | 1100100 | 111001 |
Color Harmonies of #23FCFF
Complementary color
Monochromatic Colors of #23FCFF
Black with #23FCFF
Text Example
Text Example
White with #23FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FCFF; }
p { color: rgb(35,252,255); }
H1.HeaderClassName
{
color: #23FCFF;
}
.AnyTagClassName
{
color: #23FCFF;
}
</style>
background-color css
<style>
a { background-color: #23FCFF; }
a { background-color: rgb(35,252,255); }
div.DivClassName
{
background-color: #23FCFF;
}
.BgClassName
{
background-color: #23FCFF;
}
</style>
border-color css
<style>
span { border-color: #23FCFF; }
span { border-color: rgb(35,252,255); }
td.TdClassName
{
border-color: #23FCFF;
}
.TagClassName
{
border-color: #23FCFF;
}
</style>