Shades of Bright Turquoise #23EDD3
Tints of Bright Turquoise #23EDD3
RGB
CMYK
RGB Variations
Color information
#23EDD3 (or 0x23EDD3) is known color: Bright Turquoise. HEX triplet: 23, ED and D3. RGB value is (35,237,211). Sum of RGB (Red+Green+Blue) = 35+237+211=483 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.25% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDD3 is #DC122C. Grayscale: #ADADAD. Windows color (decimal): -14422573 or 13888803. OLE color: 13888803.
HSL color Cylindrical-coordinate representation of color #23EDD3: hue angle of 172.28º 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 #23EDD3 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 237 | 211 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.07 |
| HSL | 172.28º | 0.85% | 0.53% | - |
| HSV(B) | 172.28º | 0.85% | 0.93% | - |
| XYZ | 42.74 | 65.63 | 72.04 | - |
| YUV | 173.64 | 149.08 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 237 | 211 | 0.85 | 0 | 0.11 | 0.07 | 172.28 | 0.85 | 0.53 |
| Hex | 23 | ED | D3 | 55 | 0 | B | 7 | AC | 55 | 35 |
| Octal | 43 | 355 | 323 | 125 | 0 | 13 | 7 | 254 | 125 | 65 |
| Binary | 100011 | 11101101 | 11010011 | 1010101 | 0 | 1011 | 111 | 10101100 | 1010101 | 110101 |
Color Harmonies of #23EDD3
Complementary color
Monochromatic Colors of #23EDD3
Black with #23EDD3
Text Example
Text Example
White with #23EDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EDD3; }
p { color: rgb(35,237,211); }
H1.HeaderClassName
{
color: #23EDD3;
}
.AnyTagClassName
{
color: #23EDD3;
}
</style>
background-color css
<style>
a { background-color: #23EDD3; }
a { background-color: rgb(35,237,211); }
div.DivClassName
{
background-color: #23EDD3;
}
.BgClassName
{
background-color: #23EDD3;
}
</style>
border-color css
<style>
span { border-color: #23EDD3; }
span { border-color: rgb(35,237,211); }
td.TdClassName
{
border-color: #23EDD3;
}
.TagClassName
{
border-color: #23EDD3;
}
</style>