Shades of Bright Turquoise #13EBBE
Tints of Bright Turquoise #13EBBE
RGB
CMYK
RGB Variations
Color information
#13EBBE (or 0x13EBBE) is known color: Bright Turquoise. HEX triplet: 13, EB and BE. RGB value is (19,235,190). Sum of RGB (Red+Green+Blue) = 19+235+190=444 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.28% from 444); Green value is 235 (92.19% from 255 or 52.93% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 235 - color contains mainly: green. Hex color #13EBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EBBE is #EC1441. Grayscale: #A5A5A5. Windows color (decimal): -15471682 or 12512019. OLE color: 12512019.
HSL color Cylindrical-coordinate representation of color #13EBBE: hue angle of 167.5º 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 #13EBBE is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 235 | 190 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.08 |
| HSL | 167.5º | 0.85% | 0.5% | - |
| HSV(B) | 167.5º | 0.92% | 0.92% | - |
| XYZ | 39.27 | 63.27 | 58.86 | - |
| YUV | 165.29 | 141.94 | 23.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 235 | 190 | 0.92 | 0 | 0.19 | 0.08 | 167.5 | 0.85 | 0.5 |
| Hex | 13 | EB | BE | 5C | 0 | 13 | 8 | A8 | 55 | 32 |
| Octal | 23 | 353 | 276 | 134 | 0 | 23 | 10 | 250 | 125 | 62 |
| Binary | 10011 | 11101011 | 10111110 | 1011100 | 0 | 10011 | 1000 | 10101000 | 1010101 | 110010 |
Color Harmonies of #13EBBE
Complementary color
Monochromatic Colors of #13EBBE
Black with #13EBBE
Text Example
Text Example
White with #13EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EBBE; }
p { color: rgb(19,235,190); }
H1.HeaderClassName
{
color: #13EBBE;
}
.AnyTagClassName
{
color: #13EBBE;
}
</style>
background-color css
<style>
a { background-color: #13EBBE; }
a { background-color: rgb(19,235,190); }
div.DivClassName
{
background-color: #13EBBE;
}
.BgClassName
{
background-color: #13EBBE;
}
</style>
border-color css
<style>
span { border-color: #13EBBE; }
span { border-color: rgb(19,235,190); }
td.TdClassName
{
border-color: #13EBBE;
}
.TagClassName
{
border-color: #13EBBE;
}
</style>