Shades of Bright Turquoise #13E2DB
Tints of Bright Turquoise #13E2DB
RGB
CMYK
RGB Variations
Color information
#13E2DB (or 0x13E2DB) is known color: Bright Turquoise. HEX triplet: 13, E2 and DB. RGB value is (19,226,219). Sum of RGB (Red+Green+Blue) = 19+226+219=464 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #13E2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E2DB is #EC1D24. Grayscale: #A3A3A3. Windows color (decimal): -15473957 or 14410259. OLE color: 14410259.
HSL color Cylindrical-coordinate representation of color #13E2DB: hue angle of 177.97º degrees, saturation: 0.84, 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 #13E2DB is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 226 | 219 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.11 |
| HSL | 177.97º | 0.84% | 0.48% | - |
| HSV(B) | 177.97º | 0.92% | 0.89% | - |
| XYZ | 40.25 | 59.65 | 76.41 | - |
| YUV | 163.31 | 159.42 | 25.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 226 | 219 | 0.92 | 0 | 0.03 | 0.11 | 177.97 | 0.84 | 0.48 |
| Hex | 13 | E2 | DB | 5C | 0 | 3 | B | B2 | 54 | 30 |
| Octal | 23 | 342 | 333 | 134 | 0 | 3 | 13 | 262 | 124 | 60 |
| Binary | 10011 | 11100010 | 11011011 | 1011100 | 0 | 11 | 1011 | 10110010 | 1010100 | 110000 |
Color Harmonies of #13E2DB
Complementary color
Monochromatic Colors of #13E2DB
Black with #13E2DB
Text Example
Text Example
White with #13E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E2DB; }
p { color: rgb(19,226,219); }
H1.HeaderClassName
{
color: #13E2DB;
}
.AnyTagClassName
{
color: #13E2DB;
}
</style>
background-color css
<style>
a { background-color: #13E2DB; }
a { background-color: rgb(19,226,219); }
div.DivClassName
{
background-color: #13E2DB;
}
.BgClassName
{
background-color: #13E2DB;
}
</style>
border-color css
<style>
span { border-color: #13E2DB; }
span { border-color: rgb(19,226,219); }
td.TdClassName
{
border-color: #13E2DB;
}
.TagClassName
{
border-color: #13E2DB;
}
</style>