Shades of Bright Turquoise #13DDD2
Tints of Bright Turquoise #13DDD2
RGB
CMYK
RGB Variations
Color information
#13DDD2 (or 0x13DDD2) is known color: Bright Turquoise. HEX triplet: 13, DD and D2. RGB value is (19,221,210). Sum of RGB (Red+Green+Blue) = 19+221+210=450 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.22% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DDD2 is #EC222D. Grayscale: #9F9F9F. Windows color (decimal): -15475246 or 13819155. OLE color: 13819155.
HSL color Cylindrical-coordinate representation of color #13DDD2: hue angle of 176.73º 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 #13DDD2 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 210 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.13 |
| HSL | 176.73º | 0.84% | 0.47% | - |
| HSV(B) | 176.73º | 0.91% | 0.87% | - |
| XYZ | 37.76 | 56.5 | 69.89 | - |
| YUV | 159.35 | 156.58 | 27.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 210 | 0.91 | 0 | 0.05 | 0.13 | 176.73 | 0.84 | 0.47 |
| Hex | 13 | DD | D2 | 5B | 0 | 5 | D | B1 | 54 | 2F |
| Octal | 23 | 335 | 322 | 133 | 0 | 5 | 15 | 261 | 124 | 57 |
| Binary | 10011 | 11011101 | 11010010 | 1011011 | 0 | 101 | 1101 | 10110001 | 1010100 | 101111 |
Color Harmonies of #13DDD2
Complementary color
Monochromatic Colors of #13DDD2
Black with #13DDD2
Text Example
Text Example
White with #13DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DDD2; }
p { color: rgb(19,221,210); }
H1.HeaderClassName
{
color: #13DDD2;
}
.AnyTagClassName
{
color: #13DDD2;
}
</style>
background-color css
<style>
a { background-color: #13DDD2; }
a { background-color: rgb(19,221,210); }
div.DivClassName
{
background-color: #13DDD2;
}
.BgClassName
{
background-color: #13DDD2;
}
</style>
border-color css
<style>
span { border-color: #13DDD2; }
span { border-color: rgb(19,221,210); }
td.TdClassName
{
border-color: #13DDD2;
}
.TagClassName
{
border-color: #13DDD2;
}
</style>