Shades of Bright Turquoise #12FCD8
Tints of Bright Turquoise #12FCD8
RGB
CMYK
RGB Variations
Color information
#12FCD8 (or 0x12FCD8) is known color: Bright Turquoise. HEX triplet: 12, FC and D8. RGB value is (18,252,216). Sum of RGB (Red+Green+Blue) = 18+252+216=486 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCD8 is #ED0327. Grayscale: #B1B1B1. Windows color (decimal): -15532840 or 14220306. OLE color: 14220306.
HSL color Cylindrical-coordinate representation of color #12FCD8: hue angle of 170.77º 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 #12FCD8 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 216 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.01 |
| HSL | 170.77º | 0.98% | 0.53% | - |
| HSV(B) | 170.77º | 0.93% | 0.99% | - |
| XYZ | 47.45 | 74.71 | 76.88 | - |
| YUV | 177.93 | 149.48 | 13.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 216 | 0.93 | 0 | 0.14 | 0.01 | 170.77 | 0.98 | 0.53 |
| Hex | 12 | FC | D8 | 5D | 0 | E | 1 | AB | 62 | 35 |
| Octal | 22 | 374 | 330 | 135 | 0 | 16 | 1 | 253 | 142 | 65 |
| Binary | 10010 | 11111100 | 11011000 | 1011101 | 0 | 1110 | 1 | 10101011 | 1100010 | 110101 |
Color Harmonies of #12FCD8
Complementary color
Monochromatic Colors of #12FCD8
Black with #12FCD8
Text Example
Text Example
White with #12FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCD8; }
p { color: rgb(18,252,216); }
H1.HeaderClassName
{
color: #12FCD8;
}
.AnyTagClassName
{
color: #12FCD8;
}
</style>
background-color css
<style>
a { background-color: #12FCD8; }
a { background-color: rgb(18,252,216); }
div.DivClassName
{
background-color: #12FCD8;
}
.BgClassName
{
background-color: #12FCD8;
}
</style>
border-color css
<style>
span { border-color: #12FCD8; }
span { border-color: rgb(18,252,216); }
td.TdClassName
{
border-color: #12FCD8;
}
.TagClassName
{
border-color: #12FCD8;
}
</style>