Shades of Bright Turquoise #12FFCC
Tints of Bright Turquoise #12FFCC
RGB
CMYK
RGB Variations
Color information
#12FFCC (or 0x12FFCC) is known color: Bright Turquoise. HEX triplet: 12, FF and CC. RGB value is (18,255,204). Sum of RGB (Red+Green+Blue) = 18+255+204=477 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FFCC is #ED0033. Grayscale: #B2B2B2. Windows color (decimal): -15532084 or 13434642. OLE color: 13434642.
HSL color Cylindrical-coordinate representation of color #12FFCC: hue angle of 167.09º 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 #12FFCC is Cyan = 0.93, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 204 | - |
| CMYK | 0.93 | 0 | 0.2 | 0 |
| HSL | 167.09º | 1% | 0.54% | - |
| HSV(B) | 167.09º | 0.93% | 1% | - |
| XYZ | 46.91 | 76.01 | 69.33 | - |
| YUV | 178.32 | 142.48 | 13.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 204 | 0.93 | 0 | 0.2 | 0 | 167.09 | 1 | 0.54 |
| Hex | 12 | FF | CC | 5D | 0 | 14 | 0 | A7 | 64 | 36 |
| Octal | 22 | 377 | 314 | 135 | 0 | 24 | 0 | 247 | 144 | 66 |
| Binary | 10010 | 11111111 | 11001100 | 1011101 | 0 | 10100 | 0 | 10100111 | 1100100 | 110110 |
Color Harmonies of #12FFCC
Complementary color
Monochromatic Colors of #12FFCC
Black with #12FFCC
Text Example
Text Example
White with #12FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFCC; }
p { color: rgb(18,255,204); }
H1.HeaderClassName
{
color: #12FFCC;
}
.AnyTagClassName
{
color: #12FFCC;
}
</style>
background-color css
<style>
a { background-color: #12FFCC; }
a { background-color: rgb(18,255,204); }
div.DivClassName
{
background-color: #12FFCC;
}
.BgClassName
{
background-color: #12FFCC;
}
</style>
border-color css
<style>
span { border-color: #12FFCC; }
span { border-color: rgb(18,255,204); }
td.TdClassName
{
border-color: #12FFCC;
}
.TagClassName
{
border-color: #12FFCC;
}
</style>