Shades of Bright Turquoise #13DEDC
Tints of Bright Turquoise #13DEDC
RGB
CMYK
RGB Variations
Color information
#13DEDC (or 0x13DEDC) is known color: Bright Turquoise. HEX triplet: 13, DE and DC. RGB value is (19,222,220). Sum of RGB (Red+Green+Blue) = 19+222+220=461 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.12% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #13DEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DEDC is #EC2123. Grayscale: #A0A0A0. Windows color (decimal): -15474980 or 14474771. OLE color: 14474771.
HSL color Cylindrical-coordinate representation of color #13DEDC: 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 #13DEDC is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 222 | 220 | - |
| 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.31 | 57.55 | 76.75 | - |
| YUV | 161.08 | 161.25 | 26.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 222 | 220 | 0.91 | 0 | 0.01 | 0.13 | 179.41 | 0.84 | 0.47 |
| Hex | 13 | DE | DC | 5B | 0 | 1 | D | B3 | 54 | 2F |
| Octal | 23 | 336 | 334 | 133 | 0 | 1 | 15 | 263 | 124 | 57 |
| Binary | 10011 | 11011110 | 11011100 | 1011011 | 0 | 1 | 1101 | 10110011 | 1010100 | 101111 |
Color Harmonies of #13DEDC
Complementary color
Monochromatic Colors of #13DEDC
Black with #13DEDC
Text Example
Text Example
White with #13DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DEDC; }
p { color: rgb(19,222,220); }
H1.HeaderClassName
{
color: #13DEDC;
}
.AnyTagClassName
{
color: #13DEDC;
}
</style>
background-color css
<style>
a { background-color: #13DEDC; }
a { background-color: rgb(19,222,220); }
div.DivClassName
{
background-color: #13DEDC;
}
.BgClassName
{
background-color: #13DEDC;
}
</style>
border-color css
<style>
span { border-color: #13DEDC; }
span { border-color: rgb(19,222,220); }
td.TdClassName
{
border-color: #13DEDC;
}
.TagClassName
{
border-color: #13DEDC;
}
</style>