Shades of Turquoise #23E5CD
Tints of Turquoise #23E5CD
RGB
CMYK
RGB Variations
Color information
#23E5CD (or 0x23E5CD) is known color: Turquoise. HEX triplet: 23, E5 and CD. RGB value is (35,229,205). Sum of RGB (Red+Green+Blue) = 35+229+205=469 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.46% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #23E5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E5CD is #DC1A32. Grayscale: #A8A8A8. Windows color (decimal): -14424627 or 13493539. OLE color: 13493539.
HSL color Cylindrical-coordinate representation of color #23E5CD: hue angle of 172.58º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E5CD is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 229 | 205 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.10 |
| HSL | 172.58º | 0.79% | 0.52% | - |
| HSV(B) | 172.58º | 0.85% | 0.9% | - |
| XYZ | 39.73 | 60.8 | 67.4 | - |
| YUV | 168.26 | 148.73 | 32.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 229 | 205 | 0.85 | 0 | 0.10 | 0.10 | 172.58 | 0.79 | 0.52 |
| Hex | 23 | E5 | CD | 55 | 0 | A | A | AD | 4F | 34 |
| Octal | 43 | 345 | 315 | 125 | 0 | 12 | 12 | 255 | 117 | 64 |
| Binary | 100011 | 11100101 | 11001101 | 1010101 | 0 | 1010 | 1010 | 10101101 | 1001111 | 110100 |
Color Harmonies of #23E5CD
Complementary color
Monochromatic Colors of #23E5CD
Black with #23E5CD
Text Example
Text Example
White with #23E5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E5CD; }
p { color: rgb(35,229,205); }
H1.HeaderClassName
{
color: #23E5CD;
}
.AnyTagClassName
{
color: #23E5CD;
}
</style>
background-color css
<style>
a { background-color: #23E5CD; }
a { background-color: rgb(35,229,205); }
div.DivClassName
{
background-color: #23E5CD;
}
.BgClassName
{
background-color: #23E5CD;
}
</style>
border-color css
<style>
span { border-color: #23E5CD; }
span { border-color: rgb(35,229,205); }
td.TdClassName
{
border-color: #23E5CD;
}
.TagClassName
{
border-color: #23E5CD;
}
</style>