Shades of Bright Turquoise #23ECD1
Tints of Bright Turquoise #23ECD1
RGB
CMYK
RGB Variations
Color information
#23ECD1 (or 0x23ECD1) is known color: Bright Turquoise. HEX triplet: 23, EC and D1. RGB value is (35,236,209). Sum of RGB (Red+Green+Blue) = 35+236+209=480 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.29% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECD1 is #DC132E. Grayscale: #ACACAC. Windows color (decimal): -14422831 or 13757475. OLE color: 13757475.
HSL color Cylindrical-coordinate representation of color #23ECD1: hue angle of 171.94º degrees, saturation: 0.84, 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 #23ECD1 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 236 | 209 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.07 |
| HSL | 171.94º | 0.84% | 0.53% | - |
| HSV(B) | 171.94º | 0.85% | 0.93% | - |
| XYZ | 42.2 | 64.95 | 70.63 | - |
| YUV | 172.82 | 148.41 | 29.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 236 | 209 | 0.85 | 0 | 0.11 | 0.07 | 171.94 | 0.84 | 0.53 |
| Hex | 23 | EC | D1 | 55 | 0 | B | 7 | AC | 54 | 35 |
| Octal | 43 | 354 | 321 | 125 | 0 | 13 | 7 | 254 | 124 | 65 |
| Binary | 100011 | 11101100 | 11010001 | 1010101 | 0 | 1011 | 111 | 10101100 | 1010100 | 110101 |
Color Harmonies of #23ECD1
Complementary color
Monochromatic Colors of #23ECD1
Black with #23ECD1
Text Example
Text Example
White with #23ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ECD1; }
p { color: rgb(35,236,209); }
H1.HeaderClassName
{
color: #23ECD1;
}
.AnyTagClassName
{
color: #23ECD1;
}
</style>
background-color css
<style>
a { background-color: #23ECD1; }
a { background-color: rgb(35,236,209); }
div.DivClassName
{
background-color: #23ECD1;
}
.BgClassName
{
background-color: #23ECD1;
}
</style>
border-color css
<style>
span { border-color: #23ECD1; }
span { border-color: rgb(35,236,209); }
td.TdClassName
{
border-color: #23ECD1;
}
.TagClassName
{
border-color: #23ECD1;
}
</style>