Shades of Bright Turquoise #13DFDD
Tints of Bright Turquoise #13DFDD
RGB
CMYK
RGB Variations
Color information
#13DFDD (or 0x13DFDD) is known color: Bright Turquoise. HEX triplet: 13, DF and DD. RGB value is (19,223,221). Sum of RGB (Red+Green+Blue) = 19+223+221=463 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.10% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DFDD is #EC2022. Grayscale: #A1A1A1. Windows color (decimal): -15474723 or 14540563. OLE color: 14540563.
HSL color Cylindrical-coordinate representation of color #13DFDD: hue angle of 179.41º 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 #13DFDD is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 221 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.13 |
| HSL | 179.41º | 0.84% | 0.47% | - |
| HSV(B) | 179.41º | 0.91% | 0.87% | - |
| XYZ | 39.71 | 58.13 | 77.53 | - |
| YUV | 161.78 | 161.41 | 26.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 221 | 0.91 | 0 | 0.01 | 0.13 | 179.41 | 0.84 | 0.47 |
| Hex | 13 | DF | DD | 5B | 0 | 1 | D | B3 | 54 | 2F |
| Octal | 23 | 337 | 335 | 133 | 0 | 1 | 15 | 263 | 124 | 57 |
| Binary | 10011 | 11011111 | 11011101 | 1011011 | 0 | 1 | 1101 | 10110011 | 1010100 | 101111 |
Color Harmonies of #13DFDD
Complementary color
Monochromatic Colors of #13DFDD
Black with #13DFDD
Text Example
Text Example
White with #13DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DFDD; }
p { color: rgb(19,223,221); }
H1.HeaderClassName
{
color: #13DFDD;
}
.AnyTagClassName
{
color: #13DFDD;
}
</style>
background-color css
<style>
a { background-color: #13DFDD; }
a { background-color: rgb(19,223,221); }
div.DivClassName
{
background-color: #13DFDD;
}
.BgClassName
{
background-color: #13DFDD;
}
</style>
border-color css
<style>
span { border-color: #13DFDD; }
span { border-color: rgb(19,223,221); }
td.TdClassName
{
border-color: #13DFDD;
}
.TagClassName
{
border-color: #13DFDD;
}
</style>