Shades of Bright Turquoise #12FBDB
Tints of Bright Turquoise #12FBDB
RGB
CMYK
RGB Variations
Color information
#12FBDB (or 0x12FBDB) is known color: Bright Turquoise. HEX triplet: 12, FB and DB. RGB value is (18,251,219). Sum of RGB (Red+Green+Blue) = 18+251+219=488 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.69% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBDB is #ED0424. Grayscale: #B1B1B1. Windows color (decimal): -15533093 or 14416658. OLE color: 14416658.
HSL color Cylindrical-coordinate representation of color #12FBDB: hue angle of 171.76º 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 #12FBDB is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 251 | 219 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.02 |
| HSL | 171.76º | 0.97% | 0.53% | - |
| HSV(B) | 171.76º | 0.93% | 0.98% | - |
| XYZ | 47.53 | 74.24 | 78.84 | - |
| YUV | 177.69 | 151.31 | 14.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 251 | 219 | 0.93 | 0 | 0.13 | 0.02 | 171.76 | 0.97 | 0.53 |
| Hex | 12 | FB | DB | 5D | 0 | D | 2 | AC | 61 | 35 |
| Octal | 22 | 373 | 333 | 135 | 0 | 15 | 2 | 254 | 141 | 65 |
| Binary | 10010 | 11111011 | 11011011 | 1011101 | 0 | 1101 | 10 | 10101100 | 1100001 | 110101 |
Color Harmonies of #12FBDB
Complementary color
Monochromatic Colors of #12FBDB
Black with #12FBDB
Text Example
Text Example
White with #12FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FBDB; }
p { color: rgb(18,251,219); }
H1.HeaderClassName
{
color: #12FBDB;
}
.AnyTagClassName
{
color: #12FBDB;
}
</style>
background-color css
<style>
a { background-color: #12FBDB; }
a { background-color: rgb(18,251,219); }
div.DivClassName
{
background-color: #12FBDB;
}
.BgClassName
{
background-color: #12FBDB;
}
</style>
border-color css
<style>
span { border-color: #12FBDB; }
span { border-color: rgb(18,251,219); }
td.TdClassName
{
border-color: #12FBDB;
}
.TagClassName
{
border-color: #12FBDB;
}
</style>