Shades of Turquoise #23FFC8
Tints of Turquoise #23FFC8
RGB
CMYK
RGB Variations
Color information
#23FFC8 (or 0x23FFC8) is known color: Turquoise. HEX triplet: 23, FF and C8. RGB value is (35,255,200). Sum of RGB (Red+Green+Blue) = 35+255+200=490 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.14% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #23FFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FFC8 is #DC0037. Grayscale: #B6B6B6. Windows color (decimal): -14417976 or 13172515. OLE color: 13172515.
HSL color Cylindrical-coordinate representation of color #23FFC8: hue angle of 165º 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 #23FFC8 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 255 | 200 | - |
| CMYK | 0.86 | 0 | 0.22 | 0 |
| HSL | 165º | 1% | 0.57% | - |
| HSV(B) | 165º | 0.86% | 1% | - |
| XYZ | 46.88 | 76.05 | 66.85 | - |
| YUV | 182.95 | 137.61 | 22.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 255 | 200 | 0.86 | 0 | 0.22 | 0 | 165 | 1 | 0.57 |
| Hex | 23 | FF | C8 | 56 | 0 | 16 | 0 | A5 | 64 | 39 |
| Octal | 43 | 377 | 310 | 126 | 0 | 26 | 0 | 245 | 144 | 71 |
| Binary | 100011 | 11111111 | 11001000 | 1010110 | 0 | 10110 | 0 | 10100101 | 1100100 | 111001 |
Color Harmonies of #23FFC8
Complementary color
Monochromatic Colors of #23FFC8
Black with #23FFC8
Text Example
Text Example
White with #23FFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FFC8; }
p { color: rgb(35,255,200); }
H1.HeaderClassName
{
color: #23FFC8;
}
.AnyTagClassName
{
color: #23FFC8;
}
</style>
background-color css
<style>
a { background-color: #23FFC8; }
a { background-color: rgb(35,255,200); }
div.DivClassName
{
background-color: #23FFC8;
}
.BgClassName
{
background-color: #23FFC8;
}
</style>
border-color css
<style>
span { border-color: #23FFC8; }
span { border-color: rgb(35,255,200); }
td.TdClassName
{
border-color: #23FFC8;
}
.TagClassName
{
border-color: #23FFC8;
}
</style>