Shades of Bright Turquoise #13EDD8
Tints of Bright Turquoise #13EDD8
RGB
CMYK
RGB Variations
Color information
#13EDD8 (or 0x13EDD8) is known color: Bright Turquoise. HEX triplet: 13, ED and D8. RGB value is (19,237,216). Sum of RGB (Red+Green+Blue) = 19+237+216=472 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.03% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #13EDD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EDD8 is #EC1227. Grayscale: #A9A9A9. Windows color (decimal): -15471144 or 14216467. OLE color: 14216467.
HSL color Cylindrical-coordinate representation of color #13EDD8: hue angle of 174.22º 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 #13EDD8 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 237 | 216 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.07 |
| HSL | 174.22º | 0.86% | 0.5% | - |
| HSV(B) | 174.22º | 0.92% | 0.93% | - |
| XYZ | 42.95 | 65.66 | 75.38 | - |
| YUV | 169.42 | 154.28 | 20.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 237 | 216 | 0.92 | 0 | 0.09 | 0.07 | 174.22 | 0.86 | 0.5 |
| Hex | 13 | ED | D8 | 5C | 0 | 9 | 7 | AE | 56 | 32 |
| Octal | 23 | 355 | 330 | 134 | 0 | 11 | 7 | 256 | 126 | 62 |
| Binary | 10011 | 11101101 | 11011000 | 1011100 | 0 | 1001 | 111 | 10101110 | 1010110 | 110010 |
Color Harmonies of #13EDD8
Complementary color
Monochromatic Colors of #13EDD8
Black with #13EDD8
Text Example
Text Example
White with #13EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EDD8; }
p { color: rgb(19,237,216); }
H1.HeaderClassName
{
color: #13EDD8;
}
.AnyTagClassName
{
color: #13EDD8;
}
</style>
background-color css
<style>
a { background-color: #13EDD8; }
a { background-color: rgb(19,237,216); }
div.DivClassName
{
background-color: #13EDD8;
}
.BgClassName
{
background-color: #13EDD8;
}
</style>
border-color css
<style>
span { border-color: #13EDD8; }
span { border-color: rgb(19,237,216); }
td.TdClassName
{
border-color: #13EDD8;
}
.TagClassName
{
border-color: #13EDD8;
}
</style>