Shades of Bright Turquoise #13E4DB
Tints of Bright Turquoise #13E4DB
RGB
CMYK
RGB Variations
Color information
#13E4DB (or 0x13E4DB) is known color: Bright Turquoise. HEX triplet: 13, E4 and DB. RGB value is (19,228,219). Sum of RGB (Red+Green+Blue) = 19+228+219=466 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.08% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #13E4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E4DB is #EC1B24. Grayscale: #A4A4A4. Windows color (decimal): -15473445 or 14410771. OLE color: 14410771.
HSL color Cylindrical-coordinate representation of color #13E4DB: hue angle of 177.42º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E4DB is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 228 | 219 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.11 |
| HSL | 177.42º | 0.85% | 0.48% | - |
| HSV(B) | 177.42º | 0.92% | 0.89% | - |
| XYZ | 40.8 | 60.74 | 76.59 | - |
| YUV | 164.48 | 158.76 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 228 | 219 | 0.92 | 0 | 0.04 | 0.11 | 177.42 | 0.85 | 0.48 |
| Hex | 13 | E4 | DB | 5C | 0 | 4 | B | B1 | 55 | 30 |
| Octal | 23 | 344 | 333 | 134 | 0 | 4 | 13 | 261 | 125 | 60 |
| Binary | 10011 | 11100100 | 11011011 | 1011100 | 0 | 100 | 1011 | 10110001 | 1010101 | 110000 |
Color Harmonies of #13E4DB
Complementary color
Monochromatic Colors of #13E4DB
Black with #13E4DB
Text Example
Text Example
White with #13E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E4DB; }
p { color: rgb(19,228,219); }
H1.HeaderClassName
{
color: #13E4DB;
}
.AnyTagClassName
{
color: #13E4DB;
}
</style>
background-color css
<style>
a { background-color: #13E4DB; }
a { background-color: rgb(19,228,219); }
div.DivClassName
{
background-color: #13E4DB;
}
.BgClassName
{
background-color: #13E4DB;
}
</style>
border-color css
<style>
span { border-color: #13E4DB; }
span { border-color: rgb(19,228,219); }
td.TdClassName
{
border-color: #13E4DB;
}
.TagClassName
{
border-color: #13E4DB;
}
</style>