Shades of Bright Turquoise #12FFCE
Tints of Bright Turquoise #12FFCE
RGB
CMYK
RGB Variations
Color information
#12FFCE (or 0x12FFCE) is known color: Bright Turquoise. HEX triplet: 12, FF and CE. RGB value is (18,255,206). Sum of RGB (Red+Green+Blue) = 18+255+206=479 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.76% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFCE is #ED0031. Grayscale: #B2B2B2. Windows color (decimal): -15532082 or 13565714. OLE color: 13565714.
HSL color Cylindrical-coordinate representation of color #12FFCE: hue angle of 167.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFCE is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 206 | - |
| CMYK | 0.93 | 0 | 0.19 | 0 |
| HSL | 167.59º | 1% | 0.54% | - |
| HSV(B) | 167.59º | 0.93% | 1% | - |
| XYZ | 47.15 | 76.1 | 70.6 | - |
| YUV | 178.55 | 143.48 | 13.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 206 | 0.93 | 0 | 0.19 | 0 | 167.59 | 1 | 0.54 |
| Hex | 12 | FF | CE | 5D | 0 | 13 | 0 | A8 | 64 | 36 |
| Octal | 22 | 377 | 316 | 135 | 0 | 23 | 0 | 250 | 144 | 66 |
| Binary | 10010 | 11111111 | 11001110 | 1011101 | 0 | 10011 | 0 | 10101000 | 1100100 | 110110 |
Color Harmonies of #12FFCE
Complementary color
Monochromatic Colors of #12FFCE
Black with #12FFCE
Text Example
Text Example
White with #12FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFCE; }
p { color: rgb(18,255,206); }
H1.HeaderClassName
{
color: #12FFCE;
}
.AnyTagClassName
{
color: #12FFCE;
}
</style>
background-color css
<style>
a { background-color: #12FFCE; }
a { background-color: rgb(18,255,206); }
div.DivClassName
{
background-color: #12FFCE;
}
.BgClassName
{
background-color: #12FFCE;
}
</style>
border-color css
<style>
span { border-color: #12FFCE; }
span { border-color: rgb(18,255,206); }
td.TdClassName
{
border-color: #12FFCE;
}
.TagClassName
{
border-color: #12FFCE;
}
</style>