Shades of Bright Turquoise #13FDE9
Tints of Bright Turquoise #13FDE9
RGB
CMYK
RGB Variations
Color information
#13FDE9 (or 0x13FDE9) is known color: Bright Turquoise. HEX triplet: 13, FD and E9. RGB value is (19,253,233). Sum of RGB (Red+Green+Blue) = 19+253+233=505 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.76% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #13FDE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FDE9 is #EC0216. Grayscale: #B4B4B4. Windows color (decimal): -15467031 or 15334675. OLE color: 15334675.
HSL color Cylindrical-coordinate representation of color #13FDE9: hue angle of 174.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FDE9 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 253 | 233 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.01 |
| HSL | 174.87º | 0.98% | 0.53% | - |
| HSV(B) | 174.87º | 0.92% | 0.99% | - |
| XYZ | 50.1 | 76.27 | 89.17 | - |
| YUV | 180.75 | 157.48 | 12.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 253 | 233 | 0.92 | 0 | 0.08 | 0.01 | 174.87 | 0.98 | 0.53 |
| Hex | 13 | FD | E9 | 5C | 0 | 8 | 1 | AF | 62 | 35 |
| Octal | 23 | 375 | 351 | 134 | 0 | 10 | 1 | 257 | 142 | 65 |
| Binary | 10011 | 11111101 | 11101001 | 1011100 | 0 | 1000 | 1 | 10101111 | 1100010 | 110101 |
Color Harmonies of #13FDE9
Complementary color
Monochromatic Colors of #13FDE9
Black with #13FDE9
Text Example
Text Example
White with #13FDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FDE9; }
p { color: rgb(19,253,233); }
H1.HeaderClassName
{
color: #13FDE9;
}
.AnyTagClassName
{
color: #13FDE9;
}
</style>
background-color css
<style>
a { background-color: #13FDE9; }
a { background-color: rgb(19,253,233); }
div.DivClassName
{
background-color: #13FDE9;
}
.BgClassName
{
background-color: #13FDE9;
}
</style>
border-color css
<style>
span { border-color: #13FDE9; }
span { border-color: rgb(19,253,233); }
td.TdClassName
{
border-color: #13FDE9;
}
.TagClassName
{
border-color: #13FDE9;
}
</style>