Shades of Bright Turquoise #23E3FC
Tints of Bright Turquoise #23E3FC
RGB
CMYK
RGB Variations
Color information
#23E3FC (or 0x23E3FC) is known color: Bright Turquoise. HEX triplet: 23, E3 and FC. RGB value is (35,227,252). Sum of RGB (Red+Green+Blue) = 35+227+252=514 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.81% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #23E3FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23E3FC is #DC1C03. Grayscale: #ACACAC. Windows color (decimal): -14425092 or 16573219. OLE color: 16573219.
HSL color Cylindrical-coordinate representation of color #23E3FC: hue angle of 186.91º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23E3FC is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 227 | 252 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.01 |
| HSL | 186.91º | 0.97% | 0.56% | - |
| HSV(B) | 186.91º | 0.86% | 0.99% | - |
| XYZ | 45.73 | 62.32 | 101.71 | - |
| YUV | 172.44 | 172.89 | 29.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 227 | 252 | 0.86 | 0.10 | 0 | 0.01 | 186.91 | 0.97 | 0.56 |
| Hex | 23 | E3 | FC | 56 | A | 0 | 1 | BB | 61 | 38 |
| Octal | 43 | 343 | 374 | 126 | 12 | 0 | 1 | 273 | 141 | 70 |
| Binary | 100011 | 11100011 | 11111100 | 1010110 | 1010 | 0 | 1 | 10111011 | 1100001 | 111000 |
Color Harmonies of #23E3FC
Complementary color
Monochromatic Colors of #23E3FC
Black with #23E3FC
Text Example
Text Example
White with #23E3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E3FC; }
p { color: rgb(35,227,252); }
H1.HeaderClassName
{
color: #23E3FC;
}
.AnyTagClassName
{
color: #23E3FC;
}
</style>
background-color css
<style>
a { background-color: #23E3FC; }
a { background-color: rgb(35,227,252); }
div.DivClassName
{
background-color: #23E3FC;
}
.BgClassName
{
background-color: #23E3FC;
}
</style>
border-color css
<style>
span { border-color: #23E3FC; }
span { border-color: rgb(35,227,252); }
td.TdClassName
{
border-color: #23E3FC;
}
.TagClassName
{
border-color: #23E3FC;
}
</style>