Shades of Bright Turquoise #23E2FF
Tints of Bright Turquoise #23E2FF
RGB
CMYK
RGB Variations
Color information
#23E2FF (or 0x23E2FF) is known color: Bright Turquoise. HEX triplet: 23, E2 and FF. RGB value is (35,226,255). Sum of RGB (Red+Green+Blue) = 35+226+255=516 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.78% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #23E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23E2FF is #DC1D00. Grayscale: #ABABAB. Windows color (decimal): -14425345 or 16769571. OLE color: 16769571.
HSL color Cylindrical-coordinate representation of color #23E2FF: hue angle of 187.91º 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 #23E2FF is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 226 | 255 | - |
| CMYK | 0.86 | 0.11 | 0 | 0 |
| HSL | 187.91º | 1% | 0.57% | - |
| HSV(B) | 187.91º | 0.86% | 1% | - |
| XYZ | 45.94 | 61.97 | 104.15 | - |
| YUV | 172.2 | 174.72 | 30.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 226 | 255 | 0.86 | 0.11 | 0 | 0 | 187.91 | 1 | 0.57 |
| Hex | 23 | E2 | FF | 56 | B | 0 | 0 | BC | 64 | 39 |
| Octal | 43 | 342 | 377 | 126 | 13 | 0 | 0 | 274 | 144 | 71 |
| Binary | 100011 | 11100010 | 11111111 | 1010110 | 1011 | 0 | 0 | 10111100 | 1100100 | 111001 |
Color Harmonies of #23E2FF
Complementary color
Monochromatic Colors of #23E2FF
Black with #23E2FF
Text Example
Text Example
White with #23E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E2FF; }
p { color: rgb(35,226,255); }
H1.HeaderClassName
{
color: #23E2FF;
}
.AnyTagClassName
{
color: #23E2FF;
}
</style>
background-color css
<style>
a { background-color: #23E2FF; }
a { background-color: rgb(35,226,255); }
div.DivClassName
{
background-color: #23E2FF;
}
.BgClassName
{
background-color: #23E2FF;
}
</style>
border-color css
<style>
span { border-color: #23E2FF; }
span { border-color: rgb(35,226,255); }
td.TdClassName
{
border-color: #23E2FF;
}
.TagClassName
{
border-color: #23E2FF;
}
</style>