Shades of Bright Turquoise #13DCED
Tints of Bright Turquoise #13DCED
RGB
CMYK
RGB Variations
Color information
#13DCED (or 0x13DCED) is known color: Bright Turquoise. HEX triplet: 13, DC and ED. RGB value is (19,220,237). Sum of RGB (Red+Green+Blue) = 19+220+237=476 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.99% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #13DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DCED is #EC2312. Grayscale: #A1A1A1. Windows color (decimal): -15475475 or 15588371. OLE color: 15588371.
HSL color Cylindrical-coordinate representation of color #13DCED: hue angle of 184.68º 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 #13DCED is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 220 | 237 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.07 |
| HSL | 184.68º | 0.86% | 0.5% | - |
| HSV(B) | 184.68º | 0.92% | 0.93% | - |
| XYZ | 41.15 | 57.44 | 89.04 | - |
| YUV | 161.84 | 170.41 | 26.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 237 | 0.92 | 0.07 | 0 | 0.07 | 184.68 | 0.86 | 0.5 |
| Hex | 13 | DC | ED | 5C | 7 | 0 | 7 | B9 | 56 | 32 |
| Octal | 23 | 334 | 355 | 134 | 7 | 0 | 7 | 271 | 126 | 62 |
| Binary | 10011 | 11011100 | 11101101 | 1011100 | 111 | 0 | 111 | 10111001 | 1010110 | 110010 |
Color Harmonies of #13DCED
Complementary color
Monochromatic Colors of #13DCED
Black with #13DCED
Text Example
Text Example
White with #13DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCED; }
p { color: rgb(19,220,237); }
H1.HeaderClassName
{
color: #13DCED;
}
.AnyTagClassName
{
color: #13DCED;
}
</style>
background-color css
<style>
a { background-color: #13DCED; }
a { background-color: rgb(19,220,237); }
div.DivClassName
{
background-color: #13DCED;
}
.BgClassName
{
background-color: #13DCED;
}
</style>
border-color css
<style>
span { border-color: #13DCED; }
span { border-color: rgb(19,220,237); }
td.TdClassName
{
border-color: #13DCED;
}
.TagClassName
{
border-color: #13DCED;
}
</style>