Shades of Turquoise #23EDC9
Tints of Turquoise #23EDC9
RGB
CMYK
RGB Variations
Color information
#23EDC9 (or 0x23EDC9) is known color: Turquoise. HEX triplet: 23, ED and C9. RGB value is (35,237,201). Sum of RGB (Red+Green+Blue) = 35+237+201=473 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.40% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDC9 is #DC1236. Grayscale: #ACACAC. Windows color (decimal): -14422583 or 13233443. OLE color: 13233443.
HSL color Cylindrical-coordinate representation of color #23EDC9: hue angle of 169.31º 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 #23EDC9 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 237 | 201 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.07 |
| HSL | 169.31º | 0.85% | 0.53% | - |
| HSV(B) | 169.31º | 0.85% | 0.93% | - |
| XYZ | 41.52 | 65.14 | 65.64 | - |
| YUV | 172.5 | 144.08 | 29.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 237 | 201 | 0.85 | 0 | 0.15 | 0.07 | 169.31 | 0.85 | 0.53 |
| Hex | 23 | ED | C9 | 55 | 0 | F | 7 | A9 | 55 | 35 |
| Octal | 43 | 355 | 311 | 125 | 0 | 17 | 7 | 251 | 125 | 65 |
| Binary | 100011 | 11101101 | 11001001 | 1010101 | 0 | 1111 | 111 | 10101001 | 1010101 | 110101 |
Color Harmonies of #23EDC9
Complementary color
Monochromatic Colors of #23EDC9
Black with #23EDC9
Text Example
Text Example
White with #23EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EDC9; }
p { color: rgb(35,237,201); }
H1.HeaderClassName
{
color: #23EDC9;
}
.AnyTagClassName
{
color: #23EDC9;
}
</style>
background-color css
<style>
a { background-color: #23EDC9; }
a { background-color: rgb(35,237,201); }
div.DivClassName
{
background-color: #23EDC9;
}
.BgClassName
{
background-color: #23EDC9;
}
</style>
border-color css
<style>
span { border-color: #23EDC9; }
span { border-color: rgb(35,237,201); }
td.TdClassName
{
border-color: #23EDC9;
}
.TagClassName
{
border-color: #23EDC9;
}
</style>