Shades of Bright Turquoise #12FCD5
Tints of Bright Turquoise #12FCD5
RGB
CMYK
RGB Variations
Color information
#12FCD5 (or 0x12FCD5) is known color: Bright Turquoise. HEX triplet: 12, FC and D5. RGB value is (18,252,213). Sum of RGB (Red+Green+Blue) = 18+252+213=483 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.73% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCD5 is #ED032A. Grayscale: #B1B1B1. Windows color (decimal): -15532843 or 14023698. OLE color: 14023698.
HSL color Cylindrical-coordinate representation of color #12FCD5: hue angle of 170º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FCD5 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 213 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.01 |
| HSL | 170º | 0.98% | 0.53% | - |
| HSV(B) | 170º | 0.93% | 0.99% | - |
| XYZ | 47.07 | 74.55 | 74.86 | - |
| YUV | 177.59 | 147.98 | 14.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 213 | 0.93 | 0 | 0.15 | 0.01 | 170 | 0.98 | 0.53 |
| Hex | 12 | FC | D5 | 5D | 0 | F | 1 | AA | 62 | 35 |
| Octal | 22 | 374 | 325 | 135 | 0 | 17 | 1 | 252 | 142 | 65 |
| Binary | 10010 | 11111100 | 11010101 | 1011101 | 0 | 1111 | 1 | 10101010 | 1100010 | 110101 |
Color Harmonies of #12FCD5
Complementary color
Monochromatic Colors of #12FCD5
Black with #12FCD5
Text Example
Text Example
White with #12FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCD5; }
p { color: rgb(18,252,213); }
H1.HeaderClassName
{
color: #12FCD5;
}
.AnyTagClassName
{
color: #12FCD5;
}
</style>
background-color css
<style>
a { background-color: #12FCD5; }
a { background-color: rgb(18,252,213); }
div.DivClassName
{
background-color: #12FCD5;
}
.BgClassName
{
background-color: #12FCD5;
}
</style>
border-color css
<style>
span { border-color: #12FCD5; }
span { border-color: rgb(18,252,213); }
td.TdClassName
{
border-color: #12FCD5;
}
.TagClassName
{
border-color: #12FCD5;
}
</style>