Shades of Turquoise #23FABA
Tints of Turquoise #23FABA
RGB
CMYK
RGB Variations
Color information
#23FABA (or 0x23FABA) is known color: Turquoise. HEX triplet: 23, FA and BA. RGB value is (35,250,186). Sum of RGB (Red+Green+Blue) = 35+250+186=471 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.43% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #23FABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FABA is #DC0545. Grayscale: #B2B2B2. Windows color (decimal): -14419270 or 12253731. OLE color: 12253731.
HSL color Cylindrical-coordinate representation of color #23FABA: hue angle of 162.14º 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 #23FABA is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 250 | 186 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.02 |
| HSL | 162.14º | 0.96% | 0.56% | - |
| HSV(B) | 162.14º | 0.86% | 0.98% | - |
| XYZ | 43.74 | 72.27 | 58.1 | - |
| YUV | 178.42 | 132.27 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 250 | 186 | 0.86 | 0 | 0.26 | 0.02 | 162.14 | 0.96 | 0.56 |
| Hex | 23 | FA | BA | 56 | 0 | 1A | 2 | A2 | 60 | 38 |
| Octal | 43 | 372 | 272 | 126 | 0 | 32 | 2 | 242 | 140 | 70 |
| Binary | 100011 | 11111010 | 10111010 | 1010110 | 0 | 11010 | 10 | 10100010 | 1100000 | 111000 |
Color Harmonies of #23FABA
Complementary color
Monochromatic Colors of #23FABA
Black with #23FABA
Text Example
Text Example
White with #23FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FABA; }
p { color: rgb(35,250,186); }
H1.HeaderClassName
{
color: #23FABA;
}
.AnyTagClassName
{
color: #23FABA;
}
</style>
background-color css
<style>
a { background-color: #23FABA; }
a { background-color: rgb(35,250,186); }
div.DivClassName
{
background-color: #23FABA;
}
.BgClassName
{
background-color: #23FABA;
}
</style>
border-color css
<style>
span { border-color: #23FABA; }
span { border-color: rgb(35,250,186); }
td.TdClassName
{
border-color: #23FABA;
}
.TagClassName
{
border-color: #23FABA;
}
</style>