Shades of Dark Turquoise #13CED8
Tints of Dark Turquoise #13CED8
RGB
CMYK
RGB Variations
Color information
#13CED8 (or 0x13CED8) is known color: Dark Turquoise. HEX triplet: 13, CE and D8. RGB value is (19,206,216). Sum of RGB (Red+Green+Blue) = 19+206+216=441 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.31% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #13CED8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CED8 is #EC3127. Grayscale: #979797. Windows color (decimal): -15479080 or 14208531. OLE color: 14208531.
HSL color Cylindrical-coordinate representation of color #13CED8: hue angle of 183.05º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CED8 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 206 | 216 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.15 |
| HSL | 183.05º | 0.84% | 0.46% | - |
| HSV(B) | 183.05º | 0.91% | 0.85% | - |
| XYZ | 34.73 | 49.24 | 72.64 | - |
| YUV | 151.23 | 164.55 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 216 | 0.91 | 0.05 | 0 | 0.15 | 183.05 | 0.84 | 0.46 |
| Hex | 13 | CE | D8 | 5B | 5 | 0 | F | B7 | 54 | 2E |
| Octal | 23 | 316 | 330 | 133 | 5 | 0 | 17 | 267 | 124 | 56 |
| Binary | 10011 | 11001110 | 11011000 | 1011011 | 101 | 0 | 1111 | 10110111 | 1010100 | 101110 |
Color Harmonies of #13CED8
Complementary color
Monochromatic Colors of #13CED8
Black with #13CED8
Text Example
Text Example
White with #13CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CED8; }
p { color: rgb(19,206,216); }
H1.HeaderClassName
{
color: #13CED8;
}
.AnyTagClassName
{
color: #13CED8;
}
</style>
background-color css
<style>
a { background-color: #13CED8; }
a { background-color: rgb(19,206,216); }
div.DivClassName
{
background-color: #13CED8;
}
.BgClassName
{
background-color: #13CED8;
}
</style>
border-color css
<style>
span { border-color: #13CED8; }
span { border-color: rgb(19,206,216); }
td.TdClassName
{
border-color: #13CED8;
}
.TagClassName
{
border-color: #13CED8;
}
</style>