Shades of Bright Turquoise #13ECD8
Tints of Bright Turquoise #13ECD8
RGB
CMYK
RGB Variations
Color information
#13ECD8 (or 0x13ECD8) is known color: Bright Turquoise. HEX triplet: 13, EC and D8. RGB value is (19,236,216). Sum of RGB (Red+Green+Blue) = 19+236+216=471 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.03% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13ECD8 is #EC1327. Grayscale: #A8A8A8. Windows color (decimal): -15471400 or 14216211. OLE color: 14216211.
HSL color Cylindrical-coordinate representation of color #13ECD8: hue angle of 174.47º degrees, saturation: 0.85, 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 #13ECD8 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 216 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.07 |
| HSL | 174.47º | 0.85% | 0.5% | - |
| HSV(B) | 174.47º | 0.92% | 0.93% | - |
| XYZ | 42.66 | 65.09 | 75.28 | - |
| YUV | 168.84 | 154.61 | 21.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 216 | 0.92 | 0 | 0.08 | 0.07 | 174.47 | 0.85 | 0.5 |
| Hex | 13 | EC | D8 | 5C | 0 | 8 | 7 | AE | 55 | 32 |
| Octal | 23 | 354 | 330 | 134 | 0 | 10 | 7 | 256 | 125 | 62 |
| Binary | 10011 | 11101100 | 11011000 | 1011100 | 0 | 1000 | 111 | 10101110 | 1010101 | 110010 |
Color Harmonies of #13ECD8
Complementary color
Monochromatic Colors of #13ECD8
Black with #13ECD8
Text Example
Text Example
White with #13ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ECD8; }
p { color: rgb(19,236,216); }
H1.HeaderClassName
{
color: #13ECD8;
}
.AnyTagClassName
{
color: #13ECD8;
}
</style>
background-color css
<style>
a { background-color: #13ECD8; }
a { background-color: rgb(19,236,216); }
div.DivClassName
{
background-color: #13ECD8;
}
.BgClassName
{
background-color: #13ECD8;
}
</style>
border-color css
<style>
span { border-color: #13ECD8; }
span { border-color: rgb(19,236,216); }
td.TdClassName
{
border-color: #13ECD8;
}
.TagClassName
{
border-color: #13ECD8;
}
</style>