Shades of Bright Turquoise #13DBEC
Tints of Bright Turquoise #13DBEC
RGB
CMYK
RGB Variations
Color information
#13DBEC (or 0x13DBEC) is known color: Bright Turquoise. HEX triplet: 13, DB and EC. RGB value is (19,219,236). Sum of RGB (Red+Green+Blue) = 19+219+236=474 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.01% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #13DBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DBEC is #EC2413. Grayscale: #A0A0A0. Windows color (decimal): -15475732 or 15522579. OLE color: 15522579.
HSL color Cylindrical-coordinate representation of color #13DBEC: hue angle of 184.7º 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 #13DBEC is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 219 | 236 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.07 |
| HSL | 184.7º | 0.85% | 0.5% | - |
| HSV(B) | 184.7º | 0.92% | 0.93% | - |
| XYZ | 40.74 | 56.86 | 88.18 | - |
| YUV | 161.14 | 170.24 | 26.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 236 | 0.92 | 0.07 | 0 | 0.07 | 184.7 | 0.85 | 0.5 |
| Hex | 13 | DB | EC | 5C | 7 | 0 | 7 | B9 | 55 | 32 |
| Octal | 23 | 333 | 354 | 134 | 7 | 0 | 7 | 271 | 125 | 62 |
| Binary | 10011 | 11011011 | 11101100 | 1011100 | 111 | 0 | 111 | 10111001 | 1010101 | 110010 |
Color Harmonies of #13DBEC
Complementary color
Monochromatic Colors of #13DBEC
Black with #13DBEC
Text Example
Text Example
White with #13DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DBEC; }
p { color: rgb(19,219,236); }
H1.HeaderClassName
{
color: #13DBEC;
}
.AnyTagClassName
{
color: #13DBEC;
}
</style>
background-color css
<style>
a { background-color: #13DBEC; }
a { background-color: rgb(19,219,236); }
div.DivClassName
{
background-color: #13DBEC;
}
.BgClassName
{
background-color: #13DBEC;
}
</style>
border-color css
<style>
span { border-color: #13DBEC; }
span { border-color: rgb(19,219,236); }
td.TdClassName
{
border-color: #13DBEC;
}
.TagClassName
{
border-color: #13DBEC;
}
</style>