Shades of Bright Turquoise #13DBDB
Tints of Bright Turquoise #13DBDB
RGB
CMYK
RGB Variations
Color information
#13DBDB (or 0x13DBDB) is known color: Bright Turquoise. HEX triplet: 13, DB and DB. RGB value is (19,219,219). Sum of RGB (Red+Green+Blue) = 19+219+219=457 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.16% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #13DBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DBDB is #EC2424. Grayscale: #9E9E9E. Windows color (decimal): -15475749 or 14408467. OLE color: 14408467.
HSL color Cylindrical-coordinate representation of color #13DBDB: hue angle of 180º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DBDB is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 219 | - |
| CMYK | 0.91 | 0 | 0 | 0.14 |
| HSL | 180º | 0.84% | 0.47% | - |
| HSV(B) | 180º | 0.91% | 0.86% | - |
| XYZ | 38.39 | 55.92 | 75.79 | - |
| YUV | 159.2 | 161.74 | 28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 219 | 0.91 | 0 | 0 | 0.14 | 180 | 0.84 | 0.47 |
| Hex | 13 | DB | DB | 5B | 0 | 0 | E | B4 | 54 | 2F |
| Octal | 23 | 333 | 333 | 133 | 0 | 0 | 16 | 264 | 124 | 57 |
| Binary | 10011 | 11011011 | 11011011 | 1011011 | 0 | 0 | 1110 | 10110100 | 1010100 | 101111 |
Color Harmonies of #13DBDB
Complementary color
Monochromatic Colors of #13DBDB
Black with #13DBDB
Text Example
Text Example
White with #13DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DBDB; }
p { color: rgb(19,219,219); }
H1.HeaderClassName
{
color: #13DBDB;
}
.AnyTagClassName
{
color: #13DBDB;
}
</style>
background-color css
<style>
a { background-color: #13DBDB; }
a { background-color: rgb(19,219,219); }
div.DivClassName
{
background-color: #13DBDB;
}
.BgClassName
{
background-color: #13DBDB;
}
</style>
border-color css
<style>
span { border-color: #13DBDB; }
span { border-color: rgb(19,219,219); }
td.TdClassName
{
border-color: #13DBDB;
}
.TagClassName
{
border-color: #13DBDB;
}
</style>