Shades of Bright Turquoise #13D8D6
Tints of Bright Turquoise #13D8D6
RGB
CMYK
RGB Variations
Color information
#13D8D6 (or 0x13D8D6) is known color: Bright Turquoise. HEX triplet: 13, D8 and D6. RGB value is (19,216,214). Sum of RGB (Red+Green+Blue) = 19+216+214=449 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.23% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #13D8D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D8D6 is #EC2729. Grayscale: #9C9C9C. Windows color (decimal): -15476522 or 14080019. OLE color: 14080019.
HSL color Cylindrical-coordinate representation of color #13D8D6: hue angle of 179.39º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D8D6 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 216 | 214 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.15 |
| HSL | 179.39º | 0.84% | 0.46% | - |
| HSV(B) | 179.39º | 0.91% | 0.85% | - |
| XYZ | 36.96 | 54.11 | 72.11 | - |
| YUV | 156.87 | 160.23 | 29.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 216 | 214 | 0.91 | 0 | 0.01 | 0.15 | 179.39 | 0.84 | 0.46 |
| Hex | 13 | D8 | D6 | 5B | 0 | 1 | F | B3 | 54 | 2E |
| Octal | 23 | 330 | 326 | 133 | 0 | 1 | 17 | 263 | 124 | 56 |
| Binary | 10011 | 11011000 | 11010110 | 1011011 | 0 | 1 | 1111 | 10110011 | 1010100 | 101110 |
Color Harmonies of #13D8D6
Complementary color
Monochromatic Colors of #13D8D6
Black with #13D8D6
Text Example
Text Example
White with #13D8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D8D6; }
p { color: rgb(19,216,214); }
H1.HeaderClassName
{
color: #13D8D6;
}
.AnyTagClassName
{
color: #13D8D6;
}
</style>
background-color css
<style>
a { background-color: #13D8D6; }
a { background-color: rgb(19,216,214); }
div.DivClassName
{
background-color: #13D8D6;
}
.BgClassName
{
background-color: #13D8D6;
}
</style>
border-color css
<style>
span { border-color: #13D8D6; }
span { border-color: rgb(19,216,214); }
td.TdClassName
{
border-color: #13D8D6;
}
.TagClassName
{
border-color: #13D8D6;
}
</style>