Shades of Turquoise #23FAC5
Tints of Turquoise #23FAC5
RGB
CMYK
RGB Variations
Color information
#23FAC5 (or 0x23FAC5) is known color: Turquoise. HEX triplet: 23, FA and C5. RGB value is (35,250,197). Sum of RGB (Red+Green+Blue) = 35+250+197=482 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.26% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #23FAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FAC5 is #DC053A. Grayscale: #B3B3B3. Windows color (decimal): -14419259 or 12974627. OLE color: 12974627.
HSL color Cylindrical-coordinate representation of color #23FAC5: hue angle of 165.21º 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 #23FAC5 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 250 | 197 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.02 |
| HSL | 165.21º | 0.96% | 0.56% | - |
| HSV(B) | 165.21º | 0.86% | 0.98% | - |
| XYZ | 44.96 | 72.76 | 64.5 | - |
| YUV | 179.67 | 137.77 | 24.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 250 | 197 | 0.86 | 0 | 0.21 | 0.02 | 165.21 | 0.96 | 0.56 |
| Hex | 23 | FA | C5 | 56 | 0 | 15 | 2 | A5 | 60 | 38 |
| Octal | 43 | 372 | 305 | 126 | 0 | 25 | 2 | 245 | 140 | 70 |
| Binary | 100011 | 11111010 | 11000101 | 1010110 | 0 | 10101 | 10 | 10100101 | 1100000 | 111000 |
Color Harmonies of #23FAC5
Complementary color
Monochromatic Colors of #23FAC5
Black with #23FAC5
Text Example
Text Example
White with #23FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FAC5; }
p { color: rgb(35,250,197); }
H1.HeaderClassName
{
color: #23FAC5;
}
.AnyTagClassName
{
color: #23FAC5;
}
</style>
background-color css
<style>
a { background-color: #23FAC5; }
a { background-color: rgb(35,250,197); }
div.DivClassName
{
background-color: #23FAC5;
}
.BgClassName
{
background-color: #23FAC5;
}
</style>
border-color css
<style>
span { border-color: #23FAC5; }
span { border-color: rgb(35,250,197); }
td.TdClassName
{
border-color: #23FAC5;
}
.TagClassName
{
border-color: #23FAC5;
}
</style>