Shades of Bright Turquoise #12FCDB
Tints of Bright Turquoise #12FCDB
RGB
CMYK
RGB Variations
Color information
#12FCDB (or 0x12FCDB) is known color: Bright Turquoise. HEX triplet: 12, FC and DB. RGB value is (18,252,219). Sum of RGB (Red+Green+Blue) = 18+252+219=489 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.68% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCDB is #ED0324. Grayscale: #B2B2B2. Windows color (decimal): -15532837 or 14416914. OLE color: 14416914.
HSL color Cylindrical-coordinate representation of color #12FCDB: hue angle of 171.54º 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 #12FCDB is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 219 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.01 |
| HSL | 171.54º | 0.98% | 0.53% | - |
| HSV(B) | 171.54º | 0.93% | 0.99% | - |
| XYZ | 47.85 | 74.86 | 78.95 | - |
| YUV | 178.27 | 150.98 | 13.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 219 | 0.93 | 0 | 0.13 | 0.01 | 171.54 | 0.98 | 0.53 |
| Hex | 12 | FC | DB | 5D | 0 | D | 1 | AC | 62 | 35 |
| Octal | 22 | 374 | 333 | 135 | 0 | 15 | 1 | 254 | 142 | 65 |
| Binary | 10010 | 11111100 | 11011011 | 1011101 | 0 | 1101 | 1 | 10101100 | 1100010 | 110101 |
Color Harmonies of #12FCDB
Complementary color
Monochromatic Colors of #12FCDB
Black with #12FCDB
Text Example
Text Example
White with #12FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCDB; }
p { color: rgb(18,252,219); }
H1.HeaderClassName
{
color: #12FCDB;
}
.AnyTagClassName
{
color: #12FCDB;
}
</style>
background-color css
<style>
a { background-color: #12FCDB; }
a { background-color: rgb(18,252,219); }
div.DivClassName
{
background-color: #12FCDB;
}
.BgClassName
{
background-color: #12FCDB;
}
</style>
border-color css
<style>
span { border-color: #12FCDB; }
span { border-color: rgb(18,252,219); }
td.TdClassName
{
border-color: #12FCDB;
}
.TagClassName
{
border-color: #12FCDB;
}
</style>