Shades of Bright Turquoise #13DDC9
Tints of Bright Turquoise #13DDC9
RGB
CMYK
RGB Variations
Color information
#13DDC9 (or 0x13DDC9) is known color: Bright Turquoise. HEX triplet: 13, DD and C9. RGB value is (19,221,201). Sum of RGB (Red+Green+Blue) = 19+221+201=441 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.31% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DDC9 is #EC2236. Grayscale: #9E9E9E. Windows color (decimal): -15475255 or 13229331. OLE color: 13229331.
HSL color Cylindrical-coordinate representation of color #13DDC9: hue angle of 174.06º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DDC9 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 201 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.13 |
| HSL | 174.06º | 0.84% | 0.47% | - |
| HSV(B) | 174.06º | 0.91% | 0.87% | - |
| XYZ | 36.67 | 56.07 | 64.15 | - |
| YUV | 158.32 | 152.08 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 201 | 0.91 | 0 | 0.09 | 0.13 | 174.06 | 0.84 | 0.47 |
| Hex | 13 | DD | C9 | 5B | 0 | 9 | D | AE | 54 | 2F |
| Octal | 23 | 335 | 311 | 133 | 0 | 11 | 15 | 256 | 124 | 57 |
| Binary | 10011 | 11011101 | 11001001 | 1011011 | 0 | 1001 | 1101 | 10101110 | 1010100 | 101111 |
Color Harmonies of #13DDC9
Complementary color
Monochromatic Colors of #13DDC9
Black with #13DDC9
Text Example
Text Example
White with #13DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DDC9; }
p { color: rgb(19,221,201); }
H1.HeaderClassName
{
color: #13DDC9;
}
.AnyTagClassName
{
color: #13DDC9;
}
</style>
background-color css
<style>
a { background-color: #13DDC9; }
a { background-color: rgb(19,221,201); }
div.DivClassName
{
background-color: #13DDC9;
}
.BgClassName
{
background-color: #13DDC9;
}
</style>
border-color css
<style>
span { border-color: #13DDC9; }
span { border-color: rgb(19,221,201); }
td.TdClassName
{
border-color: #13DDC9;
}
.TagClassName
{
border-color: #13DDC9;
}
</style>