Shades of Bright Turquoise #13FADE
Tints of Bright Turquoise #13FADE
RGB
CMYK
RGB Variations
Color information
#13FADE (or 0x13FADE) is known color: Bright Turquoise. HEX triplet: 13, FA and DE. RGB value is (19,250,222). Sum of RGB (Red+Green+Blue) = 19+250+222=491 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.87% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #13FADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FADE is #EC0521. Grayscale: #B1B1B1. Windows color (decimal): -15467810 or 14613011. OLE color: 14613011.
HSL color Cylindrical-coordinate representation of color #13FADE: hue angle of 172.73º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FADE is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 250 | 222 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.02 |
| HSL | 172.73º | 0.96% | 0.53% | - |
| HSV(B) | 172.73º | 0.92% | 0.98% | - |
| XYZ | 47.64 | 73.78 | 80.84 | - |
| YUV | 177.74 | 152.97 | 14.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 250 | 222 | 0.92 | 0 | 0.11 | 0.02 | 172.73 | 0.96 | 0.53 |
| Hex | 13 | FA | DE | 5C | 0 | B | 2 | AD | 60 | 35 |
| Octal | 23 | 372 | 336 | 134 | 0 | 13 | 2 | 255 | 140 | 65 |
| Binary | 10011 | 11111010 | 11011110 | 1011100 | 0 | 1011 | 10 | 10101101 | 1100000 | 110101 |
Color Harmonies of #13FADE
Complementary color
Monochromatic Colors of #13FADE
Black with #13FADE
Text Example
Text Example
White with #13FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FADE; }
p { color: rgb(19,250,222); }
H1.HeaderClassName
{
color: #13FADE;
}
.AnyTagClassName
{
color: #13FADE;
}
</style>
background-color css
<style>
a { background-color: #13FADE; }
a { background-color: rgb(19,250,222); }
div.DivClassName
{
background-color: #13FADE;
}
.BgClassName
{
background-color: #13FADE;
}
</style>
border-color css
<style>
span { border-color: #13FADE; }
span { border-color: rgb(19,250,222); }
td.TdClassName
{
border-color: #13FADE;
}
.TagClassName
{
border-color: #13FADE;
}
</style>