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