Shades of Bright Turquoise #23EADB
Tints of Bright Turquoise #23EADB
RGB
CMYK
RGB Variations
Color information
#23EADB (or 0x23EADB) is known color: Bright Turquoise. HEX triplet: 23, EA and DB. RGB value is (35,234,219). Sum of RGB (Red+Green+Blue) = 35+234+219=488 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.17% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #23EADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EADB is #DC1524. Grayscale: #ACACAC. Windows color (decimal): -14423333 or 14412323. OLE color: 14412323.
HSL color Cylindrical-coordinate representation of color #23EADB: hue angle of 175.48º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EADB is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 234 | 219 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.08 |
| HSL | 175.48º | 0.83% | 0.53% | - |
| HSV(B) | 175.48º | 0.85% | 0.92% | - |
| XYZ | 42.9 | 64.32 | 77.17 | - |
| YUV | 172.79 | 154.07 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 234 | 219 | 0.85 | 0 | 0.06 | 0.08 | 175.48 | 0.83 | 0.53 |
| Hex | 23 | EA | DB | 55 | 0 | 6 | 8 | AF | 53 | 35 |
| Octal | 43 | 352 | 333 | 125 | 0 | 6 | 10 | 257 | 123 | 65 |
| Binary | 100011 | 11101010 | 11011011 | 1010101 | 0 | 110 | 1000 | 10101111 | 1010011 | 110101 |
Color Harmonies of #23EADB
Complementary color
Monochromatic Colors of #23EADB
Black with #23EADB
Text Example
Text Example
White with #23EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EADB; }
p { color: rgb(35,234,219); }
H1.HeaderClassName
{
color: #23EADB;
}
.AnyTagClassName
{
color: #23EADB;
}
</style>
background-color css
<style>
a { background-color: #23EADB; }
a { background-color: rgb(35,234,219); }
div.DivClassName
{
background-color: #23EADB;
}
.BgClassName
{
background-color: #23EADB;
}
</style>
border-color css
<style>
span { border-color: #23EADB; }
span { border-color: rgb(35,234,219); }
td.TdClassName
{
border-color: #23EADB;
}
.TagClassName
{
border-color: #23EADB;
}
</style>