Shades of Bright Turquoise #23EED3
Tints of Bright Turquoise #23EED3
RGB
CMYK
RGB Variations
Color information
#23EED3 (or 0x23EED3) is known color: Bright Turquoise. HEX triplet: 23, EE and D3. RGB value is (35,238,211). Sum of RGB (Red+Green+Blue) = 35+238+211=484 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.23% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #23EED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EED3 is #DC112C. Grayscale: #AEAEAE. Windows color (decimal): -14422317 or 13889059. OLE color: 13889059.
HSL color Cylindrical-coordinate representation of color #23EED3: hue angle of 172.02º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EED3 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 238 | 211 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.07 |
| HSL | 172.02º | 0.86% | 0.54% | - |
| HSV(B) | 172.02º | 0.85% | 0.93% | - |
| XYZ | 43.03 | 66.21 | 72.14 | - |
| YUV | 174.23 | 148.75 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 238 | 211 | 0.85 | 0 | 0.11 | 0.07 | 172.02 | 0.86 | 0.54 |
| Hex | 23 | EE | D3 | 55 | 0 | B | 7 | AC | 56 | 36 |
| Octal | 43 | 356 | 323 | 125 | 0 | 13 | 7 | 254 | 126 | 66 |
| Binary | 100011 | 11101110 | 11010011 | 1010101 | 0 | 1011 | 111 | 10101100 | 1010110 | 110110 |
Color Harmonies of #23EED3
Complementary color
Monochromatic Colors of #23EED3
Black with #23EED3
Text Example
Text Example
White with #23EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EED3; }
p { color: rgb(35,238,211); }
H1.HeaderClassName
{
color: #23EED3;
}
.AnyTagClassName
{
color: #23EED3;
}
</style>
background-color css
<style>
a { background-color: #23EED3; }
a { background-color: rgb(35,238,211); }
div.DivClassName
{
background-color: #23EED3;
}
.BgClassName
{
background-color: #23EED3;
}
</style>
border-color css
<style>
span { border-color: #23EED3; }
span { border-color: rgb(35,238,211); }
td.TdClassName
{
border-color: #23EED3;
}
.TagClassName
{
border-color: #23EED3;
}
</style>