Shades of Bright Turquoise #13EABB
Tints of Bright Turquoise #13EABB
RGB
CMYK
RGB Variations
Color information
#13EABB (or 0x13EABB) is known color: Bright Turquoise. HEX triplet: 13, EA and BB. RGB value is (19,234,187). Sum of RGB (Red+Green+Blue) = 19+234+187=440 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.32% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #13EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EABB is #EC1544. Grayscale: #A4A4A4. Windows color (decimal): -15471941 or 12315155. OLE color: 12315155.
HSL color Cylindrical-coordinate representation of color #13EABB: hue angle of 166.88º 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 #13EABB is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 234 | 187 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.08 |
| HSL | 166.88º | 0.85% | 0.5% | - |
| HSV(B) | 166.88º | 0.92% | 0.92% | - |
| XYZ | 38.66 | 62.57 | 57.05 | - |
| YUV | 164.36 | 140.77 | 24.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 187 | 0.92 | 0 | 0.20 | 0.08 | 166.88 | 0.85 | 0.5 |
| Hex | 13 | EA | BB | 5C | 0 | 14 | 8 | A7 | 55 | 32 |
| Octal | 23 | 352 | 273 | 134 | 0 | 24 | 10 | 247 | 125 | 62 |
| Binary | 10011 | 11101010 | 10111011 | 1011100 | 0 | 10100 | 1000 | 10100111 | 1010101 | 110010 |
Color Harmonies of #13EABB
Complementary color
Monochromatic Colors of #13EABB
Black with #13EABB
Text Example
Text Example
White with #13EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EABB; }
p { color: rgb(19,234,187); }
H1.HeaderClassName
{
color: #13EABB;
}
.AnyTagClassName
{
color: #13EABB;
}
</style>
background-color css
<style>
a { background-color: #13EABB; }
a { background-color: rgb(19,234,187); }
div.DivClassName
{
background-color: #13EABB;
}
.BgClassName
{
background-color: #13EABB;
}
</style>
border-color css
<style>
span { border-color: #13EABB; }
span { border-color: rgb(19,234,187); }
td.TdClassName
{
border-color: #13EABB;
}
.TagClassName
{
border-color: #13EABB;
}
</style>