Shades of Bright Turquoise #13EBD4
Tints of Bright Turquoise #13EBD4
RGB
CMYK
RGB Variations
Color information
#13EBD4 (or 0x13EBD4) is known color: Bright Turquoise. HEX triplet: 13, EB and D4. RGB value is (19,235,212). Sum of RGB (Red+Green+Blue) = 19+235+212=466 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.08% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #13EBD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EBD4 is #EC142B. Grayscale: #A7A7A7. Windows color (decimal): -15471660 or 13953811. OLE color: 13953811.
HSL color Cylindrical-coordinate representation of color #13EBD4: hue angle of 173.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EBD4 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 235 | 212 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.08 |
| HSL | 173.61º | 0.85% | 0.5% | - |
| HSV(B) | 173.61º | 0.92% | 0.92% | - |
| XYZ | 41.86 | 64.31 | 72.49 | - |
| YUV | 167.79 | 152.94 | 21.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 235 | 212 | 0.92 | 0 | 0.10 | 0.08 | 173.61 | 0.85 | 0.5 |
| Hex | 13 | EB | D4 | 5C | 0 | A | 8 | AE | 55 | 32 |
| Octal | 23 | 353 | 324 | 134 | 0 | 12 | 10 | 256 | 125 | 62 |
| Binary | 10011 | 11101011 | 11010100 | 1011100 | 0 | 1010 | 1000 | 10101110 | 1010101 | 110010 |
Color Harmonies of #13EBD4
Complementary color
Monochromatic Colors of #13EBD4
Black with #13EBD4
Text Example
Text Example
White with #13EBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EBD4; }
p { color: rgb(19,235,212); }
H1.HeaderClassName
{
color: #13EBD4;
}
.AnyTagClassName
{
color: #13EBD4;
}
</style>
background-color css
<style>
a { background-color: #13EBD4; }
a { background-color: rgb(19,235,212); }
div.DivClassName
{
background-color: #13EBD4;
}
.BgClassName
{
background-color: #13EBD4;
}
</style>
border-color css
<style>
span { border-color: #13EBD4; }
span { border-color: rgb(19,235,212); }
td.TdClassName
{
border-color: #13EBD4;
}
.TagClassName
{
border-color: #13EBD4;
}
</style>