Shades of Bright Turquoise #23FFE3
Tints of Bright Turquoise #23FFE3
RGB
CMYK
RGB Variations
Color information
#23FFE3 (or 0x23FFE3) is known color: Bright Turquoise. HEX triplet: 23, FF and E3. RGB value is (35,255,227). Sum of RGB (Red+Green+Blue) = 35+255+227=517 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.77% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 227 (89.06% from 255 or 43.91% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFE3 is #DC001C. Grayscale: #B9B9B9. Windows color (decimal): -14417949 or 14941987. OLE color: 14941987.
HSL color Cylindrical-coordinate representation of color #23FFE3: hue angle of 172.36º 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 #23FFE3 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 227 | - |
| CMYK | 0.86 | 0 | 0.11 | 0 |
| HSL | 172.36º | 1% | 0.57% | - |
| HSV(B) | 172.36º | 0.86% | 1% | - |
| XYZ | 50.32 | 77.42 | 84.97 | - |
| YUV | 186.03 | 151.11 | 20.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 227 | 0.86 | 0 | 0.11 | 0 | 172.36 | 1 | 0.57 |
| Hex | 23 | FF | E3 | 56 | 0 | B | 0 | AC | 64 | 39 |
| Octal | 43 | 377 | 343 | 126 | 0 | 13 | 0 | 254 | 144 | 71 |
| Binary | 100011 | 11111111 | 11100011 | 1010110 | 0 | 1011 | 0 | 10101100 | 1100100 | 111001 |
Color Harmonies of #23FFE3
Complementary color
Monochromatic Colors of #23FFE3
Black with #23FFE3
Text Example
Text Example
White with #23FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFE3; }
p { color: rgb(35,255,227); }
H1.HeaderClassName
{
color: #23FFE3;
}
.AnyTagClassName
{
color: #23FFE3;
}
</style>
background-color css
<style>
a { background-color: #23FFE3; }
a { background-color: rgb(35,255,227); }
div.DivClassName
{
background-color: #23FFE3;
}
.BgClassName
{
background-color: #23FFE3;
}
</style>
border-color css
<style>
span { border-color: #23FFE3; }
span { border-color: rgb(35,255,227); }
td.TdClassName
{
border-color: #23FFE3;
}
.TagClassName
{
border-color: #23FFE3;
}
</style>