Shades of Turquoise #23FFC6
Tints of Turquoise #23FFC6
RGB
CMYK
RGB Variations
Color information
#23FFC6 (or 0x23FFC6) is known color: Turquoise. HEX triplet: 23, FF and C6. RGB value is (35,255,198). Sum of RGB (Red+Green+Blue) = 35+255+198=488 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.17% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFC6 is #DC0039. Grayscale: #B6B6B6. Windows color (decimal): -14417978 or 13041443. OLE color: 13041443.
HSL color Cylindrical-coordinate representation of color #23FFC6: hue angle of 164.45º 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 #23FFC6 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 198 | - |
| CMYK | 0.86 | 0 | 0.22 | 0 |
| HSL | 164.45º | 1% | 0.57% | - |
| HSV(B) | 164.45º | 0.86% | 1% | - |
| XYZ | 46.65 | 75.95 | 65.63 | - |
| YUV | 182.72 | 136.61 | 22.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 198 | 0.86 | 0 | 0.22 | 0 | 164.45 | 1 | 0.57 |
| Hex | 23 | FF | C6 | 56 | 0 | 16 | 0 | A4 | 64 | 39 |
| Octal | 43 | 377 | 306 | 126 | 0 | 26 | 0 | 244 | 144 | 71 |
| Binary | 100011 | 11111111 | 11000110 | 1010110 | 0 | 10110 | 0 | 10100100 | 1100100 | 111001 |
Color Harmonies of #23FFC6
Complementary color
Monochromatic Colors of #23FFC6
Black with #23FFC6
Text Example
Text Example
White with #23FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFC6; }
p { color: rgb(35,255,198); }
H1.HeaderClassName
{
color: #23FFC6;
}
.AnyTagClassName
{
color: #23FFC6;
}
</style>
background-color css
<style>
a { background-color: #23FFC6; }
a { background-color: rgb(35,255,198); }
div.DivClassName
{
background-color: #23FFC6;
}
.BgClassName
{
background-color: #23FFC6;
}
</style>
border-color css
<style>
span { border-color: #23FFC6; }
span { border-color: rgb(35,255,198); }
td.TdClassName
{
border-color: #23FFC6;
}
.TagClassName
{
border-color: #23FFC6;
}
</style>