Shades of Turquoise #23FAC1
Tints of Turquoise #23FAC1
RGB
CMYK
RGB Variations
Color information
#23FAC1 (or 0x23FAC1) is known color: Turquoise. HEX triplet: 23, FA and C1. RGB value is (35,250,193). Sum of RGB (Red+Green+Blue) = 35+250+193=478 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.32% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #23FAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FAC1 is #DC053E. Grayscale: #B3B3B3. Windows color (decimal): -14419263 or 12712483. OLE color: 12712483.
HSL color Cylindrical-coordinate representation of color #23FAC1: hue angle of 164.09º 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 #23FAC1 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 250 | 193 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.02 |
| HSL | 164.09º | 0.96% | 0.56% | - |
| HSV(B) | 164.09º | 0.86% | 0.98% | - |
| XYZ | 44.5 | 72.58 | 62.12 | - |
| YUV | 179.22 | 135.77 | 25.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 250 | 193 | 0.86 | 0 | 0.23 | 0.02 | 164.09 | 0.96 | 0.56 |
| Hex | 23 | FA | C1 | 56 | 0 | 17 | 2 | A4 | 60 | 38 |
| Octal | 43 | 372 | 301 | 126 | 0 | 27 | 2 | 244 | 140 | 70 |
| Binary | 100011 | 11111010 | 11000001 | 1010110 | 0 | 10111 | 10 | 10100100 | 1100000 | 111000 |
Color Harmonies of #23FAC1
Complementary color
Monochromatic Colors of #23FAC1
Black with #23FAC1
Text Example
Text Example
White with #23FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FAC1; }
p { color: rgb(35,250,193); }
H1.HeaderClassName
{
color: #23FAC1;
}
.AnyTagClassName
{
color: #23FAC1;
}
</style>
background-color css
<style>
a { background-color: #23FAC1; }
a { background-color: rgb(35,250,193); }
div.DivClassName
{
background-color: #23FAC1;
}
.BgClassName
{
background-color: #23FAC1;
}
</style>
border-color css
<style>
span { border-color: #23FAC1; }
span { border-color: rgb(35,250,193); }
td.TdClassName
{
border-color: #23FAC1;
}
.TagClassName
{
border-color: #23FAC1;
}
</style>