Shades of Bright Turquoise #13DBDA
Tints of Bright Turquoise #13DBDA
RGB
CMYK
RGB Variations
Color information
#13DBDA (or 0x13DBDA) is known color: Bright Turquoise. HEX triplet: 13, DB and DA. RGB value is (19,219,218). Sum of RGB (Red+Green+Blue) = 19+219+218=456 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.17% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #13DBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DBDA is #EC2425. Grayscale: #9E9E9E. Windows color (decimal): -15475750 or 14342931. OLE color: 14342931.
HSL color Cylindrical-coordinate representation of color #13DBDA: hue angle of 179.7º 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 #13DBDA is Cyan = 0.91, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 218 | - |
| CMYK | 0.91 | 0 | 0.00 | 0.14 |
| HSL | 179.7º | 0.84% | 0.47% | - |
| HSV(B) | 179.7º | 0.91% | 0.86% | - |
| XYZ | 38.25 | 55.86 | 75.1 | - |
| YUV | 159.09 | 161.24 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 218 | 0.91 | 0 | 0.00 | 0.14 | 179.7 | 0.84 | 0.47 |
| Hex | 13 | DB | DA | 5B | 0 | 0 | E | B4 | 54 | 2F |
| Octal | 23 | 333 | 332 | 133 | 0 | 0 | 16 | 264 | 124 | 57 |
| Binary | 10011 | 11011011 | 11011010 | 1011011 | 0 | 0 | 1110 | 10110100 | 1010100 | 101111 |
Color Harmonies of #13DBDA
Complementary color
Monochromatic Colors of #13DBDA
Black with #13DBDA
Text Example
Text Example
White with #13DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DBDA; }
p { color: rgb(19,219,218); }
H1.HeaderClassName
{
color: #13DBDA;
}
.AnyTagClassName
{
color: #13DBDA;
}
</style>
background-color css
<style>
a { background-color: #13DBDA; }
a { background-color: rgb(19,219,218); }
div.DivClassName
{
background-color: #13DBDA;
}
.BgClassName
{
background-color: #13DBDA;
}
</style>
border-color css
<style>
span { border-color: #13DBDA; }
span { border-color: rgb(19,219,218); }
td.TdClassName
{
border-color: #13DBDA;
}
.TagClassName
{
border-color: #13DBDA;
}
</style>