Shades of Turquoise #23E1CA
Tints of Turquoise #23E1CA
RGB
CMYK
RGB Variations
Color information
#23E1CA (or 0x23E1CA) is known color: Turquoise. HEX triplet: 23, E1 and CA. RGB value is (35,225,202). Sum of RGB (Red+Green+Blue) = 35+225+202=462 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.58% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #23E1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E1CA is #DC1E35. Grayscale: #A5A5A5. Windows color (decimal): -14425654 or 13295907. OLE color: 13295907.
HSL color Cylindrical-coordinate representation of color #23E1CA: hue angle of 172.74º 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 #23E1CA is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 225 | 202 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.12 |
| HSL | 172.74º | 0.76% | 0.51% | - |
| HSV(B) | 172.74º | 0.84% | 0.88% | - |
| XYZ | 38.28 | 58.47 | 65.15 | - |
| YUV | 165.57 | 148.55 | 34.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 225 | 202 | 0.84 | 0 | 0.10 | 0.12 | 172.74 | 0.76 | 0.51 |
| Hex | 23 | E1 | CA | 54 | 0 | A | C | AD | 4C | 33 |
| Octal | 43 | 341 | 312 | 124 | 0 | 12 | 14 | 255 | 114 | 63 |
| Binary | 100011 | 11100001 | 11001010 | 1010100 | 0 | 1010 | 1100 | 10101101 | 1001100 | 110011 |
Color Harmonies of #23E1CA
Complementary color
Monochromatic Colors of #23E1CA
Black with #23E1CA
Text Example
Text Example
White with #23E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E1CA; }
p { color: rgb(35,225,202); }
H1.HeaderClassName
{
color: #23E1CA;
}
.AnyTagClassName
{
color: #23E1CA;
}
</style>
background-color css
<style>
a { background-color: #23E1CA; }
a { background-color: rgb(35,225,202); }
div.DivClassName
{
background-color: #23E1CA;
}
.BgClassName
{
background-color: #23E1CA;
}
</style>
border-color css
<style>
span { border-color: #23E1CA; }
span { border-color: rgb(35,225,202); }
td.TdClassName
{
border-color: #23E1CA;
}
.TagClassName
{
border-color: #23E1CA;
}
</style>