Shades of Bright Turquoise #13EFC0
Tints of Bright Turquoise #13EFC0
RGB
CMYK
RGB Variations
Color information
#13EFC0 (or 0x13EFC0) is known color: Bright Turquoise. HEX triplet: 13, EF and C0. RGB value is (19,239,192). Sum of RGB (Red+Green+Blue) = 19+239+192=450 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.22% from 450); Green value is 239 (93.75% from 255 or 53.11% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 239 - color contains mainly: green. Hex color #13EFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EFC0 is #EC103F. Grayscale: #A7A7A7. Windows color (decimal): -15470656 or 12644115. OLE color: 12644115.
HSL color Cylindrical-coordinate representation of color #13EFC0: hue angle of 167.18º 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 #13EFC0 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 192 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.06 |
| HSL | 167.18º | 0.87% | 0.51% | - |
| HSV(B) | 167.18º | 0.92% | 0.94% | - |
| XYZ | 40.65 | 65.68 | 60.4 | - |
| YUV | 167.86 | 141.61 | 21.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 192 | 0.92 | 0 | 0.20 | 0.06 | 167.18 | 0.87 | 0.51 |
| Hex | 13 | EF | C0 | 5C | 0 | 14 | 6 | A7 | 57 | 33 |
| Octal | 23 | 357 | 300 | 134 | 0 | 24 | 6 | 247 | 127 | 63 |
| Binary | 10011 | 11101111 | 11000000 | 1011100 | 0 | 10100 | 110 | 10100111 | 1010111 | 110011 |
Color Harmonies of #13EFC0
Complementary color
Monochromatic Colors of #13EFC0
Black with #13EFC0
Text Example
Text Example
White with #13EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EFC0; }
p { color: rgb(19,239,192); }
H1.HeaderClassName
{
color: #13EFC0;
}
.AnyTagClassName
{
color: #13EFC0;
}
</style>
background-color css
<style>
a { background-color: #13EFC0; }
a { background-color: rgb(19,239,192); }
div.DivClassName
{
background-color: #13EFC0;
}
.BgClassName
{
background-color: #13EFC0;
}
</style>
border-color css
<style>
span { border-color: #13EFC0; }
span { border-color: rgb(19,239,192); }
td.TdClassName
{
border-color: #13EFC0;
}
.TagClassName
{
border-color: #13EFC0;
}
</style>