Shades of Turquoise #23EDCD
Tints of Turquoise #23EDCD
RGB
CMYK
RGB Variations
Color information
#23EDCD (or 0x23EDCD) is known color: Turquoise. HEX triplet: 23, ED and CD. RGB value is (35,237,205). Sum of RGB (Red+Green+Blue) = 35+237+205=477 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.34% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDCD is #DC1232. Grayscale: #ACACAC. Windows color (decimal): -14422579 or 13495587. OLE color: 13495587.
HSL color Cylindrical-coordinate representation of color #23EDCD: hue angle of 170.5º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EDCD is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 237 | 205 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.07 |
| HSL | 170.5º | 0.85% | 0.53% | - |
| HSV(B) | 170.5º | 0.85% | 0.93% | - |
| XYZ | 42 | 65.33 | 68.15 | - |
| YUV | 172.95 | 146.08 | 29.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 237 | 205 | 0.85 | 0 | 0.14 | 0.07 | 170.5 | 0.85 | 0.53 |
| Hex | 23 | ED | CD | 55 | 0 | E | 7 | AA | 55 | 35 |
| Octal | 43 | 355 | 315 | 125 | 0 | 16 | 7 | 252 | 125 | 65 |
| Binary | 100011 | 11101101 | 11001101 | 1010101 | 0 | 1110 | 111 | 10101010 | 1010101 | 110101 |
Color Harmonies of #23EDCD
Complementary color
Monochromatic Colors of #23EDCD
Black with #23EDCD
Text Example
Text Example
White with #23EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EDCD; }
p { color: rgb(35,237,205); }
H1.HeaderClassName
{
color: #23EDCD;
}
.AnyTagClassName
{
color: #23EDCD;
}
</style>
background-color css
<style>
a { background-color: #23EDCD; }
a { background-color: rgb(35,237,205); }
div.DivClassName
{
background-color: #23EDCD;
}
.BgClassName
{
background-color: #23EDCD;
}
</style>
border-color css
<style>
span { border-color: #23EDCD; }
span { border-color: rgb(35,237,205); }
td.TdClassName
{
border-color: #23EDCD;
}
.TagClassName
{
border-color: #23EDCD;
}
</style>