Shades of Bright Turquoise #23FFE4
Tints of Bright Turquoise #23FFE4
RGB
CMYK
RGB Variations
Color information
#23FFE4 (or 0x23FFE4) is known color: Bright Turquoise. HEX triplet: 23, FF and E4. RGB value is (35,255,228). Sum of RGB (Red+Green+Blue) = 35+255+228=518 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.76% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFE4 is #DC001B. Grayscale: #BABABA. Windows color (decimal): -14417948 or 15007523. OLE color: 15007523.
HSL color Cylindrical-coordinate representation of color #23FFE4: hue angle of 172.64º 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 #23FFE4 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 228 | - |
| CMYK | 0.86 | 0 | 0.11 | 0 |
| HSL | 172.64º | 1% | 0.57% | - |
| HSV(B) | 172.64º | 0.86% | 1% | - |
| XYZ | 50.46 | 77.48 | 85.69 | - |
| YUV | 186.14 | 151.61 | 20.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 228 | 0.86 | 0 | 0.11 | 0 | 172.64 | 1 | 0.57 |
| Hex | 23 | FF | E4 | 56 | 0 | B | 0 | AD | 64 | 39 |
| Octal | 43 | 377 | 344 | 126 | 0 | 13 | 0 | 255 | 144 | 71 |
| Binary | 100011 | 11111111 | 11100100 | 1010110 | 0 | 1011 | 0 | 10101101 | 1100100 | 111001 |
Color Harmonies of #23FFE4
Complementary color
Monochromatic Colors of #23FFE4
Black with #23FFE4
Text Example
Text Example
White with #23FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFE4; }
p { color: rgb(35,255,228); }
H1.HeaderClassName
{
color: #23FFE4;
}
.AnyTagClassName
{
color: #23FFE4;
}
</style>
background-color css
<style>
a { background-color: #23FFE4; }
a { background-color: rgb(35,255,228); }
div.DivClassName
{
background-color: #23FFE4;
}
.BgClassName
{
background-color: #23FFE4;
}
</style>
border-color css
<style>
span { border-color: #23FFE4; }
span { border-color: rgb(35,255,228); }
td.TdClassName
{
border-color: #23FFE4;
}
.TagClassName
{
border-color: #23FFE4;
}
</style>