Shades of Bright Turquoise #12FBC1
Tints of Bright Turquoise #12FBC1
RGB
CMYK
RGB Variations
Color information
#12FBC1 (or 0x12FBC1) is known color: Bright Turquoise. HEX triplet: 12, FB and C1. RGB value is (18,251,193). Sum of RGB (Red+Green+Blue) = 18+251+193=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBC1 is #ED043E. Grayscale: #AEAEAE. Windows color (decimal): -15533119 or 12712722. OLE color: 12712722.
HSL color Cylindrical-coordinate representation of color #12FBC1: hue angle of 165.06º degrees, saturation: 0.97, 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 #12FBC1 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 251 | 193 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.02 |
| HSL | 165.06º | 0.97% | 0.53% | - |
| HSV(B) | 165.06º | 0.93% | 0.98% | - |
| XYZ | 44.37 | 72.97 | 62.2 | - |
| YUV | 174.72 | 138.31 | 16.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 251 | 193 | 0.93 | 0 | 0.23 | 0.02 | 165.06 | 0.97 | 0.53 |
| Hex | 12 | FB | C1 | 5D | 0 | 17 | 2 | A5 | 61 | 35 |
| Octal | 22 | 373 | 301 | 135 | 0 | 27 | 2 | 245 | 141 | 65 |
| Binary | 10010 | 11111011 | 11000001 | 1011101 | 0 | 10111 | 10 | 10100101 | 1100001 | 110101 |
Color Harmonies of #12FBC1
Complementary color
Monochromatic Colors of #12FBC1
Black with #12FBC1
Text Example
Text Example
White with #12FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FBC1; }
p { color: rgb(18,251,193); }
H1.HeaderClassName
{
color: #12FBC1;
}
.AnyTagClassName
{
color: #12FBC1;
}
</style>
background-color css
<style>
a { background-color: #12FBC1; }
a { background-color: rgb(18,251,193); }
div.DivClassName
{
background-color: #12FBC1;
}
.BgClassName
{
background-color: #12FBC1;
}
</style>
border-color css
<style>
span { border-color: #12FBC1; }
span { border-color: rgb(18,251,193); }
td.TdClassName
{
border-color: #12FBC1;
}
.TagClassName
{
border-color: #12FBC1;
}
</style>