Shades of Bright Turquoise #13EECE
Tints of Bright Turquoise #13EECE
RGB
CMYK
RGB Variations
Color information
#13EECE (or 0x13EECE) is known color: Bright Turquoise. HEX triplet: 13, EE and CE. RGB value is (19,238,206). Sum of RGB (Red+Green+Blue) = 19+238+206=463 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.10% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #13EECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EECE is #EC1131. Grayscale: #A8A8A8. Windows color (decimal): -15470898 or 13561363. OLE color: 13561363.
HSL color Cylindrical-coordinate representation of color #13EECE: hue angle of 171.23º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EECE is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 238 | 206 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.07 |
| HSL | 171.23º | 0.87% | 0.5% | - |
| HSV(B) | 171.23º | 0.92% | 0.93% | - |
| XYZ | 41.98 | 65.74 | 68.87 | - |
| YUV | 168.87 | 148.95 | 21.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 238 | 206 | 0.92 | 0 | 0.13 | 0.07 | 171.23 | 0.87 | 0.5 |
| Hex | 13 | EE | CE | 5C | 0 | D | 7 | AB | 57 | 32 |
| Octal | 23 | 356 | 316 | 134 | 0 | 15 | 7 | 253 | 127 | 62 |
| Binary | 10011 | 11101110 | 11001110 | 1011100 | 0 | 1101 | 111 | 10101011 | 1010111 | 110010 |
Color Harmonies of #13EECE
Complementary color
Monochromatic Colors of #13EECE
Black with #13EECE
Text Example
Text Example
White with #13EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EECE; }
p { color: rgb(19,238,206); }
H1.HeaderClassName
{
color: #13EECE;
}
.AnyTagClassName
{
color: #13EECE;
}
</style>
background-color css
<style>
a { background-color: #13EECE; }
a { background-color: rgb(19,238,206); }
div.DivClassName
{
background-color: #13EECE;
}
.BgClassName
{
background-color: #13EECE;
}
</style>
border-color css
<style>
span { border-color: #13EECE; }
span { border-color: rgb(19,238,206); }
td.TdClassName
{
border-color: #13EECE;
}
.TagClassName
{
border-color: #13EECE;
}
</style>