Shades of Bright Turquoise #23E2FE
Tints of Bright Turquoise #23E2FE
RGB
CMYK
RGB Variations
Color information
#23E2FE (or 0x23E2FE) is known color: Bright Turquoise. HEX triplet: 23, E2 and FE. RGB value is (35,226,254). Sum of RGB (Red+Green+Blue) = 35+226+254=515 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.80% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #23E2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23E2FE is #DC1D01. Grayscale: #ABABAB. Windows color (decimal): -14425346 or 16704035. OLE color: 16704035.
HSL color Cylindrical-coordinate representation of color #23E2FE: hue angle of 187.67º 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 #23E2FE is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 226 | 254 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.00 |
| HSL | 187.67º | 0.99% | 0.57% | - |
| HSV(B) | 187.67º | 0.86% | 1% | - |
| XYZ | 45.78 | 61.91 | 103.3 | - |
| YUV | 172.08 | 174.22 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 226 | 254 | 0.86 | 0.11 | 0 | 0.00 | 187.67 | 0.99 | 0.57 |
| Hex | 23 | E2 | FE | 56 | B | 0 | 0 | BC | 63 | 39 |
| Octal | 43 | 342 | 376 | 126 | 13 | 0 | 0 | 274 | 143 | 71 |
| Binary | 100011 | 11100010 | 11111110 | 1010110 | 1011 | 0 | 0 | 10111100 | 1100011 | 111001 |
Color Harmonies of #23E2FE
Complementary color
Monochromatic Colors of #23E2FE
Black with #23E2FE
Text Example
Text Example
White with #23E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E2FE; }
p { color: rgb(35,226,254); }
H1.HeaderClassName
{
color: #23E2FE;
}
.AnyTagClassName
{
color: #23E2FE;
}
</style>
background-color css
<style>
a { background-color: #23E2FE; }
a { background-color: rgb(35,226,254); }
div.DivClassName
{
background-color: #23E2FE;
}
.BgClassName
{
background-color: #23E2FE;
}
</style>
border-color css
<style>
span { border-color: #23E2FE; }
span { border-color: rgb(35,226,254); }
td.TdClassName
{
border-color: #23E2FE;
}
.TagClassName
{
border-color: #23E2FE;
}
</style>