Shades of Turquoise #23FAC8
Tints of Turquoise #23FAC8
RGB
CMYK
RGB Variations
Color information
#23FAC8 (or 0x23FAC8) is known color: Turquoise. HEX triplet: 23, FA and C8. RGB value is (35,250,200). Sum of RGB (Red+Green+Blue) = 35+250+200=485 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.22% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #23FAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FAC8 is #DC0537. Grayscale: #B4B4B4. Windows color (decimal): -14419256 or 13171235. OLE color: 13171235.
HSL color Cylindrical-coordinate representation of color #23FAC8: hue angle of 166.05º 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 #23FAC8 is Cyan = 0.86, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 250 | 200 | - |
| CMYK | 0.86 | 0 | 0.2 | 0.02 |
| HSL | 166.05º | 0.96% | 0.56% | - |
| HSV(B) | 166.05º | 0.86% | 0.98% | - |
| XYZ | 45.3 | 72.9 | 66.33 | - |
| YUV | 180.02 | 139.27 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 250 | 200 | 0.86 | 0 | 0.2 | 0.02 | 166.05 | 0.96 | 0.56 |
| Hex | 23 | FA | C8 | 56 | 0 | 14 | 2 | A6 | 60 | 38 |
| Octal | 43 | 372 | 310 | 126 | 0 | 24 | 2 | 246 | 140 | 70 |
| Binary | 100011 | 11111010 | 11001000 | 1010110 | 0 | 10100 | 10 | 10100110 | 1100000 | 111000 |
Color Harmonies of #23FAC8
Complementary color
Monochromatic Colors of #23FAC8
Black with #23FAC8
Text Example
Text Example
White with #23FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FAC8; }
p { color: rgb(35,250,200); }
H1.HeaderClassName
{
color: #23FAC8;
}
.AnyTagClassName
{
color: #23FAC8;
}
</style>
background-color css
<style>
a { background-color: #23FAC8; }
a { background-color: rgb(35,250,200); }
div.DivClassName
{
background-color: #23FAC8;
}
.BgClassName
{
background-color: #23FAC8;
}
</style>
border-color css
<style>
span { border-color: #23FAC8; }
span { border-color: rgb(35,250,200); }
td.TdClassName
{
border-color: #23FAC8;
}
.TagClassName
{
border-color: #23FAC8;
}
</style>