Shades of Bright Turquoise #23E2DB
Tints of Bright Turquoise #23E2DB
RGB
CMYK
RGB Variations
Color information
#23E2DB (or 0x23E2DB) is known color: Bright Turquoise. HEX triplet: 23, E2 and DB. RGB value is (35,226,219). Sum of RGB (Red+Green+Blue) = 35+226+219=480 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.29% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #23E2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E2DB is #DC1D24. Grayscale: #A7A7A7. Windows color (decimal): -14425381 or 14410275. OLE color: 14410275.
HSL color Cylindrical-coordinate representation of color #23E2DB: hue angle of 177.8º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E2DB is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 226 | 219 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.11 |
| HSL | 177.8º | 0.77% | 0.51% | - |
| HSV(B) | 177.8º | 0.85% | 0.89% | - |
| XYZ | 40.68 | 59.86 | 76.43 | - |
| YUV | 168.09 | 156.72 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 226 | 219 | 0.85 | 0 | 0.03 | 0.11 | 177.8 | 0.77 | 0.51 |
| Hex | 23 | E2 | DB | 55 | 0 | 3 | B | B2 | 4D | 33 |
| Octal | 43 | 342 | 333 | 125 | 0 | 3 | 13 | 262 | 115 | 63 |
| Binary | 100011 | 11100010 | 11011011 | 1010101 | 0 | 11 | 1011 | 10110010 | 1001101 | 110011 |
Color Harmonies of #23E2DB
Complementary color
Monochromatic Colors of #23E2DB
Black with #23E2DB
Text Example
Text Example
White with #23E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E2DB; }
p { color: rgb(35,226,219); }
H1.HeaderClassName
{
color: #23E2DB;
}
.AnyTagClassName
{
color: #23E2DB;
}
</style>
background-color css
<style>
a { background-color: #23E2DB; }
a { background-color: rgb(35,226,219); }
div.DivClassName
{
background-color: #23E2DB;
}
.BgClassName
{
background-color: #23E2DB;
}
</style>
border-color css
<style>
span { border-color: #23E2DB; }
span { border-color: rgb(35,226,219); }
td.TdClassName
{
border-color: #23E2DB;
}
.TagClassName
{
border-color: #23E2DB;
}
</style>