Shades of Bright Turquoise #13DCEC
Tints of Bright Turquoise #13DCEC
RGB
CMYK
RGB Variations
Color information
#13DCEC (or 0x13DCEC) is known color: Bright Turquoise. HEX triplet: 13, DC and EC. RGB value is (19,220,236). Sum of RGB (Red+Green+Blue) = 19+220+236=475 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #13DCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DCEC is #EC2313. Grayscale: #A1A1A1. Windows color (decimal): -15475476 or 15522835. OLE color: 15522835.
HSL color Cylindrical-coordinate representation of color #13DCEC: hue angle of 184.42º 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 #13DCEC is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 220 | 236 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.07 |
| HSL | 184.42º | 0.85% | 0.5% | - |
| HSV(B) | 184.42º | 0.92% | 0.93% | - |
| XYZ | 41 | 57.38 | 88.27 | - |
| YUV | 161.73 | 169.91 | 26.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 236 | 0.92 | 0.07 | 0 | 0.07 | 184.42 | 0.85 | 0.5 |
| Hex | 13 | DC | EC | 5C | 7 | 0 | 7 | B8 | 55 | 32 |
| Octal | 23 | 334 | 354 | 134 | 7 | 0 | 7 | 270 | 125 | 62 |
| Binary | 10011 | 11011100 | 11101100 | 1011100 | 111 | 0 | 111 | 10111000 | 1010101 | 110010 |
Color Harmonies of #13DCEC
Complementary color
Monochromatic Colors of #13DCEC
Black with #13DCEC
Text Example
Text Example
White with #13DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCEC; }
p { color: rgb(19,220,236); }
H1.HeaderClassName
{
color: #13DCEC;
}
.AnyTagClassName
{
color: #13DCEC;
}
</style>
background-color css
<style>
a { background-color: #13DCEC; }
a { background-color: rgb(19,220,236); }
div.DivClassName
{
background-color: #13DCEC;
}
.BgClassName
{
background-color: #13DCEC;
}
</style>
border-color css
<style>
span { border-color: #13DCEC; }
span { border-color: rgb(19,220,236); }
td.TdClassName
{
border-color: #13DCEC;
}
.TagClassName
{
border-color: #13DCEC;
}
</style>