Shades of Bright Turquoise #23FEE9
Tints of Bright Turquoise #23FEE9
RGB
CMYK
RGB Variations
Color information
#23FEE9 (or 0x23FEE9) is known color: Bright Turquoise. HEX triplet: 23, FE and E9. RGB value is (35,254,233). Sum of RGB (Red+Green+Blue) = 35+254+233=522 (69% of max value = 765). Red value is 35 (14.06% from 255 or 6.70% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #23FEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23FEE9 is #DC0116. Grayscale: #B9B9B9. Windows color (decimal): -14418199 or 15334947. OLE color: 15334947.
HSL color Cylindrical-coordinate representation of color #23FEE9: hue angle of 174.25º 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 #23FEE9 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 254 | 233 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.00 |
| HSL | 174.25º | 0.99% | 0.57% | - |
| HSV(B) | 174.25º | 0.86% | 1% | - |
| XYZ | 50.84 | 77.12 | 89.3 | - |
| YUV | 186.13 | 154.45 | 20.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 254 | 233 | 0.86 | 0 | 0.08 | 0.00 | 174.25 | 0.99 | 0.57 |
| Hex | 23 | FE | E9 | 56 | 0 | 8 | 0 | AE | 63 | 39 |
| Octal | 43 | 376 | 351 | 126 | 0 | 10 | 0 | 256 | 143 | 71 |
| Binary | 100011 | 11111110 | 11101001 | 1010110 | 0 | 1000 | 0 | 10101110 | 1100011 | 111001 |
Color Harmonies of #23FEE9
Complementary color
Monochromatic Colors of #23FEE9
Black with #23FEE9
Text Example
Text Example
White with #23FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FEE9; }
p { color: rgb(35,254,233); }
H1.HeaderClassName
{
color: #23FEE9;
}
.AnyTagClassName
{
color: #23FEE9;
}
</style>
background-color css
<style>
a { background-color: #23FEE9; }
a { background-color: rgb(35,254,233); }
div.DivClassName
{
background-color: #23FEE9;
}
.BgClassName
{
background-color: #23FEE9;
}
</style>
border-color css
<style>
span { border-color: #23FEE9; }
span { border-color: rgb(35,254,233); }
td.TdClassName
{
border-color: #23FEE9;
}
.TagClassName
{
border-color: #23FEE9;
}
</style>