Shades of Bright Turquoise #13DFE0
Tints of Bright Turquoise #13DFE0
RGB
CMYK
RGB Variations
Color information
#13DFE0 (or 0x13DFE0) is known color: Bright Turquoise. HEX triplet: 13, DF and E0. RGB value is (19,223,224). Sum of RGB (Red+Green+Blue) = 19+223+224=466 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.08% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #13DFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DFE0 is #EC201F. Grayscale: #A1A1A1. Windows color (decimal): -15474720 or 14737171. OLE color: 14737171.
HSL color Cylindrical-coordinate representation of color #13DFE0: hue angle of 180.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13DFE0 is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 223 | 224 | - |
| CMYK | 0.92 | 0.00 | 0 | 0.12 |
| HSL | 180.29º | 0.84% | 0.48% | - |
| HSV(B) | 180.29º | 0.92% | 0.88% | - |
| XYZ | 40.11 | 58.3 | 79.66 | - |
| YUV | 162.12 | 162.91 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 224 | 0.92 | 0.00 | 0 | 0.12 | 180.29 | 0.84 | 0.48 |
| Hex | 13 | DF | E0 | 5C | 0 | 0 | C | B4 | 54 | 30 |
| Octal | 23 | 337 | 340 | 134 | 0 | 0 | 14 | 264 | 124 | 60 |
| Binary | 10011 | 11011111 | 11100000 | 1011100 | 0 | 0 | 1100 | 10110100 | 1010100 | 110000 |
Color Harmonies of #13DFE0
Complementary color
Monochromatic Colors of #13DFE0
Black with #13DFE0
Text Example
Text Example
White with #13DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DFE0; }
p { color: rgb(19,223,224); }
H1.HeaderClassName
{
color: #13DFE0;
}
.AnyTagClassName
{
color: #13DFE0;
}
</style>
background-color css
<style>
a { background-color: #13DFE0; }
a { background-color: rgb(19,223,224); }
div.DivClassName
{
background-color: #13DFE0;
}
.BgClassName
{
background-color: #13DFE0;
}
</style>
border-color css
<style>
span { border-color: #13DFE0; }
span { border-color: rgb(19,223,224); }
td.TdClassName
{
border-color: #13DFE0;
}
.TagClassName
{
border-color: #13DFE0;
}
</style>