Shades of Bright Turquoise #13EFC2
Tints of Bright Turquoise #13EFC2
RGB
CMYK
RGB Variations
Color information
#13EFC2 (or 0x13EFC2) is known color: Bright Turquoise. HEX triplet: 13, EF and C2. RGB value is (19,239,194). Sum of RGB (Red+Green+Blue) = 19+239+194=452 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.20% from 452); Green value is 239 (93.75% from 255 or 52.88% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 239 - color contains mainly: green. Hex color #13EFC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EFC2 is #EC103D. Grayscale: #A8A8A8. Windows color (decimal): -15470654 or 12775187. OLE color: 12775187.
HSL color Cylindrical-coordinate representation of color #13EFC2: hue angle of 167.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EFC2 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 194 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.06 |
| HSL | 167.73º | 0.87% | 0.51% | - |
| HSV(B) | 167.73º | 0.92% | 0.94% | - |
| XYZ | 40.87 | 65.77 | 61.58 | - |
| YUV | 168.09 | 142.61 | 21.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 194 | 0.92 | 0 | 0.19 | 0.06 | 167.73 | 0.87 | 0.51 |
| Hex | 13 | EF | C2 | 5C | 0 | 13 | 6 | A8 | 57 | 33 |
| Octal | 23 | 357 | 302 | 134 | 0 | 23 | 6 | 250 | 127 | 63 |
| Binary | 10011 | 11101111 | 11000010 | 1011100 | 0 | 10011 | 110 | 10101000 | 1010111 | 110011 |
Color Harmonies of #13EFC2
Complementary color
Monochromatic Colors of #13EFC2
Black with #13EFC2
Text Example
Text Example
White with #13EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EFC2; }
p { color: rgb(19,239,194); }
H1.HeaderClassName
{
color: #13EFC2;
}
.AnyTagClassName
{
color: #13EFC2;
}
</style>
background-color css
<style>
a { background-color: #13EFC2; }
a { background-color: rgb(19,239,194); }
div.DivClassName
{
background-color: #13EFC2;
}
.BgClassName
{
background-color: #13EFC2;
}
</style>
border-color css
<style>
span { border-color: #13EFC2; }
span { border-color: rgb(19,239,194); }
td.TdClassName
{
border-color: #13EFC2;
}
.TagClassName
{
border-color: #13EFC2;
}
</style>