Shades of Bright Turquoise #13EFE0
Tints of Bright Turquoise #13EFE0
RGB
CMYK
RGB Variations
Color information
#13EFE0 (or 0x13EFE0) is known color: Bright Turquoise. HEX triplet: 13, EF and E0. RGB value is (19,239,224). Sum of RGB (Red+Green+Blue) = 19+239+224=482 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.94% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #13EFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EFE0 is #EC101F. Grayscale: #ABABAB. Windows color (decimal): -15470624 or 14741267. OLE color: 14741267.
HSL color Cylindrical-coordinate representation of color #13EFE0: hue angle of 175.91º 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 #13EFE0 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 224 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.06 |
| HSL | 175.91º | 0.87% | 0.51% | - |
| HSV(B) | 175.91º | 0.92% | 0.94% | - |
| XYZ | 44.59 | 67.25 | 81.15 | - |
| YUV | 171.51 | 157.61 | 19.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 224 | 0.92 | 0 | 0.06 | 0.06 | 175.91 | 0.87 | 0.51 |
| Hex | 13 | EF | E0 | 5C | 0 | 6 | 6 | B0 | 57 | 33 |
| Octal | 23 | 357 | 340 | 134 | 0 | 6 | 6 | 260 | 127 | 63 |
| Binary | 10011 | 11101111 | 11100000 | 1011100 | 0 | 110 | 110 | 10110000 | 1010111 | 110011 |
Color Harmonies of #13EFE0
Complementary color
Monochromatic Colors of #13EFE0
Black with #13EFE0
Text Example
Text Example
White with #13EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EFE0; }
p { color: rgb(19,239,224); }
H1.HeaderClassName
{
color: #13EFE0;
}
.AnyTagClassName
{
color: #13EFE0;
}
</style>
background-color css
<style>
a { background-color: #13EFE0; }
a { background-color: rgb(19,239,224); }
div.DivClassName
{
background-color: #13EFE0;
}
.BgClassName
{
background-color: #13EFE0;
}
</style>
border-color css
<style>
span { border-color: #13EFE0; }
span { border-color: rgb(19,239,224); }
td.TdClassName
{
border-color: #13EFE0;
}
.TagClassName
{
border-color: #13EFE0;
}
</style>