Shades of Bright Turquoise #23FFCE
Tints of Bright Turquoise #23FFCE
RGB
CMYK
RGB Variations
Color information
#23FFCE (or 0x23FFCE) is known color: Bright Turquoise. HEX triplet: 23, FF and CE. RGB value is (35,255,206). Sum of RGB (Red+Green+Blue) = 35+255+206=496 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.06% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFCE is #DC0031. Grayscale: #B7B7B7. Windows color (decimal): -14417970 or 13565731. OLE color: 13565731.
HSL color Cylindrical-coordinate representation of color #23FFCE: hue angle of 166.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 #23FFCE is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 206 | - |
| CMYK | 0.86 | 0 | 0.19 | 0 |
| HSL | 166.64º | 1% | 0.57% | - |
| HSV(B) | 166.64º | 0.86% | 1% | - |
| XYZ | 47.59 | 76.33 | 70.62 | - |
| YUV | 183.63 | 140.61 | 21.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 206 | 0.86 | 0 | 0.19 | 0 | 166.64 | 1 | 0.57 |
| Hex | 23 | FF | CE | 56 | 0 | 13 | 0 | A7 | 64 | 39 |
| Octal | 43 | 377 | 316 | 126 | 0 | 23 | 0 | 247 | 144 | 71 |
| Binary | 100011 | 11111111 | 11001110 | 1010110 | 0 | 10011 | 0 | 10100111 | 1100100 | 111001 |
Color Harmonies of #23FFCE
Complementary color
Monochromatic Colors of #23FFCE
Black with #23FFCE
Text Example
Text Example
White with #23FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFCE; }
p { color: rgb(35,255,206); }
H1.HeaderClassName
{
color: #23FFCE;
}
.AnyTagClassName
{
color: #23FFCE;
}
</style>
background-color css
<style>
a { background-color: #23FFCE; }
a { background-color: rgb(35,255,206); }
div.DivClassName
{
background-color: #23FFCE;
}
.BgClassName
{
background-color: #23FFCE;
}
</style>
border-color css
<style>
span { border-color: #23FFCE; }
span { border-color: rgb(35,255,206); }
td.TdClassName
{
border-color: #23FFCE;
}
.TagClassName
{
border-color: #23FFCE;
}
</style>