Shades of Bright Turquoise #13EDC2
Tints of Bright Turquoise #13EDC2
RGB
CMYK
RGB Variations
Color information
#13EDC2 (or 0x13EDC2) is known color: Bright Turquoise. HEX triplet: 13, ED and C2. RGB value is (19,237,194). Sum of RGB (Red+Green+Blue) = 19+237+194=450 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.22% from 450); Green value is 237 (92.97% from 255 or 52.67% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 237 - color contains mainly: green. Hex color #13EDC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EDC2 is #EC123D. Grayscale: #A6A6A6. Windows color (decimal): -15471166 or 12774675. OLE color: 12774675.
HSL color Cylindrical-coordinate representation of color #13EDC2: hue angle of 168.17º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EDC2 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 237 | 194 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.07 |
| HSL | 168.17º | 0.86% | 0.5% | - |
| HSV(B) | 168.17º | 0.92% | 0.93% | - |
| XYZ | 40.29 | 64.6 | 61.38 | - |
| YUV | 166.92 | 143.28 | 22.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 237 | 194 | 0.92 | 0 | 0.18 | 0.07 | 168.17 | 0.86 | 0.5 |
| Hex | 13 | ED | C2 | 5C | 0 | 12 | 7 | A8 | 56 | 32 |
| Octal | 23 | 355 | 302 | 134 | 0 | 22 | 7 | 250 | 126 | 62 |
| Binary | 10011 | 11101101 | 11000010 | 1011100 | 0 | 10010 | 111 | 10101000 | 1010110 | 110010 |
Color Harmonies of #13EDC2
Complementary color
Monochromatic Colors of #13EDC2
Black with #13EDC2
Text Example
Text Example
White with #13EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EDC2; }
p { color: rgb(19,237,194); }
H1.HeaderClassName
{
color: #13EDC2;
}
.AnyTagClassName
{
color: #13EDC2;
}
</style>
background-color css
<style>
a { background-color: #13EDC2; }
a { background-color: rgb(19,237,194); }
div.DivClassName
{
background-color: #13EDC2;
}
.BgClassName
{
background-color: #13EDC2;
}
</style>
border-color css
<style>
span { border-color: #13EDC2; }
span { border-color: rgb(19,237,194); }
td.TdClassName
{
border-color: #13EDC2;
}
.TagClassName
{
border-color: #13EDC2;
}
</style>