Shades of Turquoise #23E1BA
Tints of Turquoise #23E1BA
RGB
CMYK
RGB Variations
Color information
#23E1BA (or 0x23E1BA) is known color: Turquoise. HEX triplet: 23, E1 and BA. RGB value is (35,225,186). Sum of RGB (Red+Green+Blue) = 35+225+186=446 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.85% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #23E1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E1BA is #DC1E45. Grayscale: #A3A3A3. Windows color (decimal): -14425670 or 12247331. OLE color: 12247331.
HSL color Cylindrical-coordinate representation of color #23E1BA: hue angle of 167.68º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23E1BA is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 225 | 186 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.12 |
| HSL | 167.68º | 0.76% | 0.51% | - |
| HSV(B) | 167.68º | 0.84% | 0.88% | - |
| XYZ | 36.48 | 57.75 | 55.68 | - |
| YUV | 163.74 | 140.55 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 225 | 186 | 0.84 | 0 | 0.17 | 0.12 | 167.68 | 0.76 | 0.51 |
| Hex | 23 | E1 | BA | 54 | 0 | 11 | C | A8 | 4C | 33 |
| Octal | 43 | 341 | 272 | 124 | 0 | 21 | 14 | 250 | 114 | 63 |
| Binary | 100011 | 11100001 | 10111010 | 1010100 | 0 | 10001 | 1100 | 10101000 | 1001100 | 110011 |
Color Harmonies of #23E1BA
Complementary color
Monochromatic Colors of #23E1BA
Black with #23E1BA
Text Example
Text Example
White with #23E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E1BA; }
p { color: rgb(35,225,186); }
H1.HeaderClassName
{
color: #23E1BA;
}
.AnyTagClassName
{
color: #23E1BA;
}
</style>
background-color css
<style>
a { background-color: #23E1BA; }
a { background-color: rgb(35,225,186); }
div.DivClassName
{
background-color: #23E1BA;
}
.BgClassName
{
background-color: #23E1BA;
}
</style>
border-color css
<style>
span { border-color: #23E1BA; }
span { border-color: rgb(35,225,186); }
td.TdClassName
{
border-color: #23E1BA;
}
.TagClassName
{
border-color: #23E1BA;
}
</style>