Shades of Bright Turquoise #13DCCB
Tints of Bright Turquoise #13DCCB
RGB
CMYK
RGB Variations
Color information
#13DCCB (or 0x13DCCB) is known color: Bright Turquoise. HEX triplet: 13, DC and CB. RGB value is (19,220,203). Sum of RGB (Red+Green+Blue) = 19+220+203=442 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.30% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCCB is #EC2334. Grayscale: #9D9D9D. Windows color (decimal): -15475509 or 13360147. OLE color: 13360147.
HSL color Cylindrical-coordinate representation of color #13DCCB: hue angle of 174.93º 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 #13DCCB is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 203 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.14 |
| HSL | 174.93º | 0.84% | 0.47% | - |
| HSV(B) | 174.93º | 0.91% | 0.86% | - |
| XYZ | 36.64 | 55.64 | 65.31 | - |
| YUV | 157.96 | 153.41 | 28.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 203 | 0.91 | 0 | 0.08 | 0.14 | 174.93 | 0.84 | 0.47 |
| Hex | 13 | DC | CB | 5B | 0 | 8 | E | AF | 54 | 2F |
| Octal | 23 | 334 | 313 | 133 | 0 | 10 | 16 | 257 | 124 | 57 |
| Binary | 10011 | 11011100 | 11001011 | 1011011 | 0 | 1000 | 1110 | 10101111 | 1010100 | 101111 |
Color Harmonies of #13DCCB
Complementary color
Monochromatic Colors of #13DCCB
Black with #13DCCB
Text Example
Text Example
White with #13DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCCB; }
p { color: rgb(19,220,203); }
H1.HeaderClassName
{
color: #13DCCB;
}
.AnyTagClassName
{
color: #13DCCB;
}
</style>
background-color css
<style>
a { background-color: #13DCCB; }
a { background-color: rgb(19,220,203); }
div.DivClassName
{
background-color: #13DCCB;
}
.BgClassName
{
background-color: #13DCCB;
}
</style>
border-color css
<style>
span { border-color: #13DCCB; }
span { border-color: rgb(19,220,203); }
td.TdClassName
{
border-color: #13DCCB;
}
.TagClassName
{
border-color: #13DCCB;
}
</style>