Shades of Bright Turquoise #23E4DB
Tints of Bright Turquoise #23E4DB
RGB
CMYK
RGB Variations
Color information
#23E4DB (or 0x23E4DB) is known color: Bright Turquoise. HEX triplet: 23, E4 and DB. RGB value is (35,228,219). Sum of RGB (Red+Green+Blue) = 35+228+219=482 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.26% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #23E4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E4DB is #DC1B24. Grayscale: #A9A9A9. Windows color (decimal): -14424869 or 14410787. OLE color: 14410787.
HSL color Cylindrical-coordinate representation of color #23E4DB: hue angle of 177.2º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E4DB is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 228 | 219 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.11 |
| HSL | 177.2º | 0.78% | 0.52% | - |
| HSV(B) | 177.2º | 0.85% | 0.89% | - |
| XYZ | 41.22 | 60.96 | 76.61 | - |
| YUV | 169.27 | 156.06 | 32.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 228 | 219 | 0.85 | 0 | 0.04 | 0.11 | 177.2 | 0.78 | 0.52 |
| Hex | 23 | E4 | DB | 55 | 0 | 4 | B | B1 | 4E | 34 |
| Octal | 43 | 344 | 333 | 125 | 0 | 4 | 13 | 261 | 116 | 64 |
| Binary | 100011 | 11100100 | 11011011 | 1010101 | 0 | 100 | 1011 | 10110001 | 1001110 | 110100 |
Color Harmonies of #23E4DB
Complementary color
Monochromatic Colors of #23E4DB
Black with #23E4DB
Text Example
Text Example
White with #23E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E4DB; }
p { color: rgb(35,228,219); }
H1.HeaderClassName
{
color: #23E4DB;
}
.AnyTagClassName
{
color: #23E4DB;
}
</style>
background-color css
<style>
a { background-color: #23E4DB; }
a { background-color: rgb(35,228,219); }
div.DivClassName
{
background-color: #23E4DB;
}
.BgClassName
{
background-color: #23E4DB;
}
</style>
border-color css
<style>
span { border-color: #23E4DB; }
span { border-color: rgb(35,228,219); }
td.TdClassName
{
border-color: #23E4DB;
}
.TagClassName
{
border-color: #23E4DB;
}
</style>