Shades of Bright Turquoise #13DCCC
Tints of Bright Turquoise #13DCCC
RGB
CMYK
RGB Variations
Color information
#13DCCC (or 0x13DCCC) is known color: Bright Turquoise. HEX triplet: 13, DC and CC. RGB value is (19,220,204). Sum of RGB (Red+Green+Blue) = 19+220+204=443 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.29% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCCC is #EC2333. Grayscale: #9D9D9D. Windows color (decimal): -15475508 or 13425683. OLE color: 13425683.
HSL color Cylindrical-coordinate representation of color #13DCCC: hue angle of 175.22º 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 #13DCCC is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 204 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.14 |
| HSL | 175.22º | 0.84% | 0.47% | - |
| HSV(B) | 175.22º | 0.91% | 0.86% | - |
| XYZ | 36.76 | 55.68 | 65.94 | - |
| YUV | 158.08 | 153.91 | 28.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 204 | 0.91 | 0 | 0.07 | 0.14 | 175.22 | 0.84 | 0.47 |
| Hex | 13 | DC | CC | 5B | 0 | 7 | E | AF | 54 | 2F |
| Octal | 23 | 334 | 314 | 133 | 0 | 7 | 16 | 257 | 124 | 57 |
| Binary | 10011 | 11011100 | 11001100 | 1011011 | 0 | 111 | 1110 | 10101111 | 1010100 | 101111 |
Color Harmonies of #13DCCC
Complementary color
Monochromatic Colors of #13DCCC
Black with #13DCCC
Text Example
Text Example
White with #13DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCCC; }
p { color: rgb(19,220,204); }
H1.HeaderClassName
{
color: #13DCCC;
}
.AnyTagClassName
{
color: #13DCCC;
}
</style>
background-color css
<style>
a { background-color: #13DCCC; }
a { background-color: rgb(19,220,204); }
div.DivClassName
{
background-color: #13DCCC;
}
.BgClassName
{
background-color: #13DCCC;
}
</style>
border-color css
<style>
span { border-color: #13DCCC; }
span { border-color: rgb(19,220,204); }
td.TdClassName
{
border-color: #13DCCC;
}
.TagClassName
{
border-color: #13DCCC;
}
</style>