Shades of Bright Turquoise #13EAC2
Tints of Bright Turquoise #13EAC2
RGB
CMYK
RGB Variations
Color information
#13EAC2 (or 0x13EAC2) is known color: Bright Turquoise. HEX triplet: 13, EA and C2. RGB value is (19,234,194). Sum of RGB (Red+Green+Blue) = 19+234+194=447 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.25% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #13EAC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EAC2 is #EC153D. Grayscale: #A5A5A5. Windows color (decimal): -15471934 or 12773907. OLE color: 12773907.
HSL color Cylindrical-coordinate representation of color #13EAC2: hue angle of 168.84º 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 #13EAC2 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 234 | 194 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.08 |
| HSL | 168.84º | 0.85% | 0.5% | - |
| HSV(B) | 168.84º | 0.92% | 0.92% | - |
| XYZ | 39.43 | 62.88 | 61.1 | - |
| YUV | 165.16 | 144.27 | 23.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 194 | 0.92 | 0 | 0.17 | 0.08 | 168.84 | 0.85 | 0.5 |
| Hex | 13 | EA | C2 | 5C | 0 | 11 | 8 | A9 | 55 | 32 |
| Octal | 23 | 352 | 302 | 134 | 0 | 21 | 10 | 251 | 125 | 62 |
| Binary | 10011 | 11101010 | 11000010 | 1011100 | 0 | 10001 | 1000 | 10101001 | 1010101 | 110010 |
Color Harmonies of #13EAC2
Complementary color
Monochromatic Colors of #13EAC2
Black with #13EAC2
Text Example
Text Example
White with #13EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EAC2; }
p { color: rgb(19,234,194); }
H1.HeaderClassName
{
color: #13EAC2;
}
.AnyTagClassName
{
color: #13EAC2;
}
</style>
background-color css
<style>
a { background-color: #13EAC2; }
a { background-color: rgb(19,234,194); }
div.DivClassName
{
background-color: #13EAC2;
}
.BgClassName
{
background-color: #13EAC2;
}
</style>
border-color css
<style>
span { border-color: #13EAC2; }
span { border-color: rgb(19,234,194); }
td.TdClassName
{
border-color: #13EAC2;
}
.TagClassName
{
border-color: #13EAC2;
}
</style>