Shades of Bright Turquoise #13DDD3
Tints of Bright Turquoise #13DDD3
RGB
CMYK
RGB Variations
Color information
#13DDD3 (or 0x13DDD3) is known color: Bright Turquoise. HEX triplet: 13, DD and D3. RGB value is (19,221,211). Sum of RGB (Red+Green+Blue) = 19+221+211=451 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.21% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DDD3 is #EC222C. Grayscale: #9F9F9F. Windows color (decimal): -15475245 or 13884691. OLE color: 13884691.
HSL color Cylindrical-coordinate representation of color #13DDD3: hue angle of 177.03º 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 #13DDD3 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 211 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.13 |
| HSL | 177.03º | 0.84% | 0.47% | - |
| HSV(B) | 177.03º | 0.91% | 0.87% | - |
| XYZ | 37.88 | 56.55 | 70.55 | - |
| YUV | 159.46 | 157.08 | 27.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 211 | 0.91 | 0 | 0.05 | 0.13 | 177.03 | 0.84 | 0.47 |
| Hex | 13 | DD | D3 | 5B | 0 | 5 | D | B1 | 54 | 2F |
| Octal | 23 | 335 | 323 | 133 | 0 | 5 | 15 | 261 | 124 | 57 |
| Binary | 10011 | 11011101 | 11010011 | 1011011 | 0 | 101 | 1101 | 10110001 | 1010100 | 101111 |
Color Harmonies of #13DDD3
Complementary color
Monochromatic Colors of #13DDD3
Black with #13DDD3
Text Example
Text Example
White with #13DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DDD3; }
p { color: rgb(19,221,211); }
H1.HeaderClassName
{
color: #13DDD3;
}
.AnyTagClassName
{
color: #13DDD3;
}
</style>
background-color css
<style>
a { background-color: #13DDD3; }
a { background-color: rgb(19,221,211); }
div.DivClassName
{
background-color: #13DDD3;
}
.BgClassName
{
background-color: #13DDD3;
}
</style>
border-color css
<style>
span { border-color: #13DDD3; }
span { border-color: rgb(19,221,211); }
td.TdClassName
{
border-color: #13DDD3;
}
.TagClassName
{
border-color: #13DDD3;
}
</style>