Shades of Bright Turquoise #13EED3
Tints of Bright Turquoise #13EED3
RGB
CMYK
RGB Variations
Color information
#13EED3 (or 0x13EED3) is known color: Bright Turquoise. HEX triplet: 13, EE and D3. RGB value is (19,238,211). Sum of RGB (Red+Green+Blue) = 19+238+211=468 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.06% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #13EED3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EED3 is #EC112C. Grayscale: #A9A9A9. Windows color (decimal): -15470893 or 13889043. OLE color: 13889043.
HSL color Cylindrical-coordinate representation of color #13EED3: hue angle of 172.6º 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 #13EED3 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 238 | 211 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.07 |
| HSL | 172.6º | 0.87% | 0.5% | - |
| HSV(B) | 172.6º | 0.92% | 0.93% | - |
| XYZ | 42.6 | 65.99 | 72.12 | - |
| YUV | 169.44 | 151.45 | 20.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 238 | 211 | 0.92 | 0 | 0.11 | 0.07 | 172.6 | 0.87 | 0.5 |
| Hex | 13 | EE | D3 | 5C | 0 | B | 7 | AD | 57 | 32 |
| Octal | 23 | 356 | 323 | 134 | 0 | 13 | 7 | 255 | 127 | 62 |
| Binary | 10011 | 11101110 | 11010011 | 1011100 | 0 | 1011 | 111 | 10101101 | 1010111 | 110010 |
Color Harmonies of #13EED3
Complementary color
Monochromatic Colors of #13EED3
Black with #13EED3
Text Example
Text Example
White with #13EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EED3; }
p { color: rgb(19,238,211); }
H1.HeaderClassName
{
color: #13EED3;
}
.AnyTagClassName
{
color: #13EED3;
}
</style>
background-color css
<style>
a { background-color: #13EED3; }
a { background-color: rgb(19,238,211); }
div.DivClassName
{
background-color: #13EED3;
}
.BgClassName
{
background-color: #13EED3;
}
</style>
border-color css
<style>
span { border-color: #13EED3; }
span { border-color: rgb(19,238,211); }
td.TdClassName
{
border-color: #13EED3;
}
.TagClassName
{
border-color: #13EED3;
}
</style>