Shades of Bright Turquoise #23E5DB
Tints of Bright Turquoise #23E5DB
RGB
CMYK
RGB Variations
Color information
#23E5DB (or 0x23E5DB) is known color: Bright Turquoise. HEX triplet: 23, E5 and DB. RGB value is (35,229,219). Sum of RGB (Red+Green+Blue) = 35+229+219=483 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.25% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #23E5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E5DB is #DC1A24. Grayscale: #A9A9A9. Windows color (decimal): -14424613 or 14411043. OLE color: 14411043.
HSL color Cylindrical-coordinate representation of color #23E5DB: hue angle of 176.91º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E5DB is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 229 | 219 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.10 |
| HSL | 176.91º | 0.79% | 0.52% | - |
| HSV(B) | 176.91º | 0.85% | 0.9% | - |
| XYZ | 41.5 | 61.51 | 76.7 | - |
| YUV | 169.85 | 155.73 | 31.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 229 | 219 | 0.85 | 0 | 0.04 | 0.10 | 176.91 | 0.79 | 0.52 |
| Hex | 23 | E5 | DB | 55 | 0 | 4 | A | B1 | 4F | 34 |
| Octal | 43 | 345 | 333 | 125 | 0 | 4 | 12 | 261 | 117 | 64 |
| Binary | 100011 | 11100101 | 11011011 | 1010101 | 0 | 100 | 1010 | 10110001 | 1001111 | 110100 |
Color Harmonies of #23E5DB
Complementary color
Monochromatic Colors of #23E5DB
Black with #23E5DB
Text Example
Text Example
White with #23E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E5DB; }
p { color: rgb(35,229,219); }
H1.HeaderClassName
{
color: #23E5DB;
}
.AnyTagClassName
{
color: #23E5DB;
}
</style>
background-color css
<style>
a { background-color: #23E5DB; }
a { background-color: rgb(35,229,219); }
div.DivClassName
{
background-color: #23E5DB;
}
.BgClassName
{
background-color: #23E5DB;
}
</style>
border-color css
<style>
span { border-color: #23E5DB; }
span { border-color: rgb(35,229,219); }
td.TdClassName
{
border-color: #23E5DB;
}
.TagClassName
{
border-color: #23E5DB;
}
</style>