Shades of Dark Turquoise #13CCE5
Tints of Dark Turquoise #13CCE5
RGB
CMYK
RGB Variations
Color information
#13CCE5 (or 0x13CCE5) is known color: Dark Turquoise. HEX triplet: 13, CC and E5. RGB value is (19,204,229). Sum of RGB (Red+Green+Blue) = 19+204+229=452 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.20% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #13CCE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CCE5 is #EC331A. Grayscale: #979797. Windows color (decimal): -15479579 or 15059987. OLE color: 15059987.
HSL color Cylindrical-coordinate representation of color #13CCE5: hue angle of 187.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13CCE5 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 204 | 229 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.10 |
| HSL | 187.14º | 0.85% | 0.49% | - |
| HSV(B) | 187.14º | 0.92% | 0.9% | - |
| XYZ | 36 | 48.98 | 81.69 | - |
| YUV | 151.54 | 171.71 | 33.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 204 | 229 | 0.92 | 0.11 | 0 | 0.10 | 187.14 | 0.85 | 0.49 |
| Hex | 13 | CC | E5 | 5C | B | 0 | A | BB | 55 | 31 |
| Octal | 23 | 314 | 345 | 134 | 13 | 0 | 12 | 273 | 125 | 61 |
| Binary | 10011 | 11001100 | 11100101 | 1011100 | 1011 | 0 | 1010 | 10111011 | 1010101 | 110001 |
Color Harmonies of #13CCE5
Complementary color
Monochromatic Colors of #13CCE5
Black with #13CCE5
Text Example
Text Example
White with #13CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CCE5; }
p { color: rgb(19,204,229); }
H1.HeaderClassName
{
color: #13CCE5;
}
.AnyTagClassName
{
color: #13CCE5;
}
</style>
background-color css
<style>
a { background-color: #13CCE5; }
a { background-color: rgb(19,204,229); }
div.DivClassName
{
background-color: #13CCE5;
}
.BgClassName
{
background-color: #13CCE5;
}
</style>
border-color css
<style>
span { border-color: #13CCE5; }
span { border-color: rgb(19,204,229); }
td.TdClassName
{
border-color: #13CCE5;
}
.TagClassName
{
border-color: #13CCE5;
}
</style>