Shades of Bright Turquoise #12FADE
Tints of Bright Turquoise #12FADE
RGB
CMYK
RGB Variations
Color information
#12FADE (or 0x12FADE) is known color: Bright Turquoise. HEX triplet: 12, FA and DE. RGB value is (18,250,222). Sum of RGB (Red+Green+Blue) = 18+250+222=490 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.67% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #12FADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FADE is #ED0521. Grayscale: #B1B1B1. Windows color (decimal): -15533346 or 14613010. OLE color: 14613010.
HSL color Cylindrical-coordinate representation of color #12FADE: hue angle of 172.76º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FADE is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 250 | 222 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.02 |
| HSL | 172.76º | 0.96% | 0.53% | - |
| HSV(B) | 172.76º | 0.93% | 0.98% | - |
| XYZ | 47.62 | 73.77 | 80.84 | - |
| YUV | 177.44 | 153.14 | 14.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 222 | 0.93 | 0 | 0.11 | 0.02 | 172.76 | 0.96 | 0.53 |
| Hex | 12 | FA | DE | 5D | 0 | B | 2 | AD | 60 | 35 |
| Octal | 22 | 372 | 336 | 135 | 0 | 13 | 2 | 255 | 140 | 65 |
| Binary | 10010 | 11111010 | 11011110 | 1011101 | 0 | 1011 | 10 | 10101101 | 1100000 | 110101 |
Color Harmonies of #12FADE
Complementary color
Monochromatic Colors of #12FADE
Black with #12FADE
Text Example
Text Example
White with #12FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FADE; }
p { color: rgb(18,250,222); }
H1.HeaderClassName
{
color: #12FADE;
}
.AnyTagClassName
{
color: #12FADE;
}
</style>
background-color css
<style>
a { background-color: #12FADE; }
a { background-color: rgb(18,250,222); }
div.DivClassName
{
background-color: #12FADE;
}
.BgClassName
{
background-color: #12FADE;
}
</style>
border-color css
<style>
span { border-color: #12FADE; }
span { border-color: rgb(18,250,222); }
td.TdClassName
{
border-color: #12FADE;
}
.TagClassName
{
border-color: #12FADE;
}
</style>