Shades of Turquoise #23FCC0
Tints of Turquoise #23FCC0
RGB
CMYK
RGB Variations
Color information
#23FCC0 (or 0x23FCC0) is known color: Turquoise. HEX triplet: 23, FC and C0. RGB value is (35,252,192). Sum of RGB (Red+Green+Blue) = 35+252+192=479 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.31% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #23FCC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FCC0 is #DC033F. Grayscale: #B4B4B4. Windows color (decimal): -14418752 or 12647459. OLE color: 12647459.
HSL color Cylindrical-coordinate representation of color #23FCC0: hue angle of 163.41º 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 #23FCC0 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 252 | 192 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.01 |
| HSL | 163.41º | 0.97% | 0.56% | - |
| HSV(B) | 163.41º | 0.86% | 0.99% | - |
| XYZ | 45.02 | 73.78 | 61.74 | - |
| YUV | 180.28 | 134.61 | 24.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 252 | 192 | 0.86 | 0 | 0.24 | 0.01 | 163.41 | 0.97 | 0.56 |
| Hex | 23 | FC | C0 | 56 | 0 | 18 | 1 | A3 | 61 | 38 |
| Octal | 43 | 374 | 300 | 126 | 0 | 30 | 1 | 243 | 141 | 70 |
| Binary | 100011 | 11111100 | 11000000 | 1010110 | 0 | 11000 | 1 | 10100011 | 1100001 | 111000 |
Color Harmonies of #23FCC0
Complementary color
Monochromatic Colors of #23FCC0
Black with #23FCC0
Text Example
Text Example
White with #23FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FCC0; }
p { color: rgb(35,252,192); }
H1.HeaderClassName
{
color: #23FCC0;
}
.AnyTagClassName
{
color: #23FCC0;
}
</style>
background-color css
<style>
a { background-color: #23FCC0; }
a { background-color: rgb(35,252,192); }
div.DivClassName
{
background-color: #23FCC0;
}
.BgClassName
{
background-color: #23FCC0;
}
</style>
border-color css
<style>
span { border-color: #23FCC0; }
span { border-color: rgb(35,252,192); }
td.TdClassName
{
border-color: #23FCC0;
}
.TagClassName
{
border-color: #23FCC0;
}
</style>