Shades of Turquoise #23FBC0
Tints of Turquoise #23FBC0
RGB
CMYK
RGB Variations
Color information
#23FBC0 (or 0x23FBC0) is known color: Turquoise. HEX triplet: 23, FB and C0. RGB value is (35,251,192). Sum of RGB (Red+Green+Blue) = 35+251+192=478 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.32% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #23FBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FBC0 is #DC043F. Grayscale: #B3B3B3. Windows color (decimal): -14419008 or 12647203. OLE color: 12647203.
HSL color Cylindrical-coordinate representation of color #23FBC0: hue angle of 163.61º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FBC0 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 251 | 192 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.02 |
| HSL | 163.61º | 0.96% | 0.56% | - |
| HSV(B) | 163.61º | 0.86% | 0.98% | - |
| XYZ | 44.7 | 73.16 | 61.63 | - |
| YUV | 179.69 | 134.94 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 251 | 192 | 0.86 | 0 | 0.24 | 0.02 | 163.61 | 0.96 | 0.56 |
| Hex | 23 | FB | C0 | 56 | 0 | 18 | 2 | A4 | 60 | 38 |
| Octal | 43 | 373 | 300 | 126 | 0 | 30 | 2 | 244 | 140 | 70 |
| Binary | 100011 | 11111011 | 11000000 | 1010110 | 0 | 11000 | 10 | 10100100 | 1100000 | 111000 |
Color Harmonies of #23FBC0
Complementary color
Monochromatic Colors of #23FBC0
Black with #23FBC0
Text Example
Text Example
White with #23FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FBC0; }
p { color: rgb(35,251,192); }
H1.HeaderClassName
{
color: #23FBC0;
}
.AnyTagClassName
{
color: #23FBC0;
}
</style>
background-color css
<style>
a { background-color: #23FBC0; }
a { background-color: rgb(35,251,192); }
div.DivClassName
{
background-color: #23FBC0;
}
.BgClassName
{
background-color: #23FBC0;
}
</style>
border-color css
<style>
span { border-color: #23FBC0; }
span { border-color: rgb(35,251,192); }
td.TdClassName
{
border-color: #23FBC0;
}
.TagClassName
{
border-color: #23FBC0;
}
</style>