Shades of Bright Turquoise #13E0DF
Tints of Bright Turquoise #13E0DF
RGB
CMYK
RGB Variations
Color information
#13E0DF (or 0x13E0DF) is known color: Bright Turquoise. HEX triplet: 13, E0 and DF. RGB value is (19,224,223). Sum of RGB (Red+Green+Blue) = 19+224+223=466 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.08% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #13E0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E0DF is #EC1F20. Grayscale: #A2A2A2. Windows color (decimal): -15474465 or 14671891. OLE color: 14671891.
HSL color Cylindrical-coordinate representation of color #13E0DF: hue angle of 179.71º 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 #13E0DF is Cyan = 0.92, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 224 | 223 | - |
| CMYK | 0.92 | 0 | 0.00 | 0.12 |
| HSL | 179.71º | 0.84% | 0.48% | - |
| HSV(B) | 179.71º | 0.92% | 0.88% | - |
| XYZ | 40.24 | 58.78 | 79.04 | - |
| YUV | 162.59 | 162.08 | 25.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 224 | 223 | 0.92 | 0 | 0.00 | 0.12 | 179.71 | 0.84 | 0.48 |
| Hex | 13 | E0 | DF | 5C | 0 | 0 | C | B4 | 54 | 30 |
| Octal | 23 | 340 | 337 | 134 | 0 | 0 | 14 | 264 | 124 | 60 |
| Binary | 10011 | 11100000 | 11011111 | 1011100 | 0 | 0 | 1100 | 10110100 | 1010100 | 110000 |
Color Harmonies of #13E0DF
Complementary color
Monochromatic Colors of #13E0DF
Black with #13E0DF
Text Example
Text Example
White with #13E0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E0DF; }
p { color: rgb(19,224,223); }
H1.HeaderClassName
{
color: #13E0DF;
}
.AnyTagClassName
{
color: #13E0DF;
}
</style>
background-color css
<style>
a { background-color: #13E0DF; }
a { background-color: rgb(19,224,223); }
div.DivClassName
{
background-color: #13E0DF;
}
.BgClassName
{
background-color: #13E0DF;
}
</style>
border-color css
<style>
span { border-color: #13E0DF; }
span { border-color: rgb(19,224,223); }
td.TdClassName
{
border-color: #13E0DF;
}
.TagClassName
{
border-color: #13E0DF;
}
</style>