Shades of Bright Turquoise #23FFC9
Tints of Bright Turquoise #23FFC9
RGB
CMYK
RGB Variations
Color information
#23FFC9 (or 0x23FFC9) is known color: Bright Turquoise. HEX triplet: 23, FF and C9. RGB value is (35,255,201). Sum of RGB (Red+Green+Blue) = 35+255+201=491 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.13% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFC9 is #DC0036. Grayscale: #B7B7B7. Windows color (decimal): -14417975 or 13238051. OLE color: 13238051.
HSL color Cylindrical-coordinate representation of color #23FFC9: hue angle of 165.27º 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 #23FFC9 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 201 | - |
| CMYK | 0.86 | 0 | 0.21 | 0 |
| HSL | 165.27º | 1% | 0.57% | - |
| HSV(B) | 165.27º | 0.86% | 1% | - |
| XYZ | 47 | 76.09 | 67.47 | - |
| YUV | 183.06 | 138.11 | 22.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 201 | 0.86 | 0 | 0.21 | 0 | 165.27 | 1 | 0.57 |
| Hex | 23 | FF | C9 | 56 | 0 | 15 | 0 | A5 | 64 | 39 |
| Octal | 43 | 377 | 311 | 126 | 0 | 25 | 0 | 245 | 144 | 71 |
| Binary | 100011 | 11111111 | 11001001 | 1010110 | 0 | 10101 | 0 | 10100101 | 1100100 | 111001 |
Color Harmonies of #23FFC9
Complementary color
Monochromatic Colors of #23FFC9
Black with #23FFC9
Text Example
Text Example
White with #23FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFC9; }
p { color: rgb(35,255,201); }
H1.HeaderClassName
{
color: #23FFC9;
}
.AnyTagClassName
{
color: #23FFC9;
}
</style>
background-color css
<style>
a { background-color: #23FFC9; }
a { background-color: rgb(35,255,201); }
div.DivClassName
{
background-color: #23FFC9;
}
.BgClassName
{
background-color: #23FFC9;
}
</style>
border-color css
<style>
span { border-color: #23FFC9; }
span { border-color: rgb(35,255,201); }
td.TdClassName
{
border-color: #23FFC9;
}
.TagClassName
{
border-color: #23FFC9;
}
</style>