Shades of Turquoise #23FCC9
Tints of Turquoise #23FCC9
RGB
CMYK
RGB Variations
Color information
#23FCC9 (or 0x23FCC9) is known color: Turquoise. HEX triplet: 23, FC and C9. RGB value is (35,252,201). Sum of RGB (Red+Green+Blue) = 35+252+201=488 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.17% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #23FCC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FCC9 is #DC0336. Grayscale: #B5B5B5. Windows color (decimal): -14418743 or 13237283. OLE color: 13237283.
HSL color Cylindrical-coordinate representation of color #23FCC9: hue angle of 165.9º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FCC9 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 252 | 201 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.01 |
| HSL | 165.9º | 0.97% | 0.56% | - |
| HSV(B) | 165.9º | 0.86% | 0.99% | - |
| XYZ | 46.05 | 74.2 | 67.15 | - |
| YUV | 181.3 | 139.11 | 23.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 252 | 201 | 0.86 | 0 | 0.20 | 0.01 | 165.9 | 0.97 | 0.56 |
| Hex | 23 | FC | C9 | 56 | 0 | 14 | 1 | A6 | 61 | 38 |
| Octal | 43 | 374 | 311 | 126 | 0 | 24 | 1 | 246 | 141 | 70 |
| Binary | 100011 | 11111100 | 11001001 | 1010110 | 0 | 10100 | 1 | 10100110 | 1100001 | 111000 |
Color Harmonies of #23FCC9
Complementary color
Monochromatic Colors of #23FCC9
Black with #23FCC9
Text Example
Text Example
White with #23FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FCC9; }
p { color: rgb(35,252,201); }
H1.HeaderClassName
{
color: #23FCC9;
}
.AnyTagClassName
{
color: #23FCC9;
}
</style>
background-color css
<style>
a { background-color: #23FCC9; }
a { background-color: rgb(35,252,201); }
div.DivClassName
{
background-color: #23FCC9;
}
.BgClassName
{
background-color: #23FCC9;
}
</style>
border-color css
<style>
span { border-color: #23FCC9; }
span { border-color: rgb(35,252,201); }
td.TdClassName
{
border-color: #23FCC9;
}
.TagClassName
{
border-color: #23FCC9;
}
</style>