Shades of Bright Turquoise #12F2BD
Tints of Bright Turquoise #12F2BD
RGB
CMYK
RGB Variations
Color information
#12F2BD (or 0x12F2BD) is known color: Bright Turquoise. HEX triplet: 12, F2 and BD. RGB value is (18,242,189). Sum of RGB (Red+Green+Blue) = 18+242+189=449 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.01% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #12F2BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F2BD is #ED0D42. Grayscale: #A8A8A8. Windows color (decimal): -15535427 or 12448274. OLE color: 12448274.
HSL color Cylindrical-coordinate representation of color #12F2BD: hue angle of 165.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F2BD is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 189 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.05 |
| HSL | 165.8º | 0.9% | 0.51% | - |
| HSV(B) | 165.8º | 0.93% | 0.95% | - |
| XYZ | 41.19 | 67.31 | 58.96 | - |
| YUV | 168.98 | 139.29 | 20.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 189 | 0.93 | 0 | 0.22 | 0.05 | 165.8 | 0.9 | 0.51 |
| Hex | 12 | F2 | BD | 5D | 0 | 16 | 5 | A6 | 5A | 33 |
| Octal | 22 | 362 | 275 | 135 | 0 | 26 | 5 | 246 | 132 | 63 |
| Binary | 10010 | 11110010 | 10111101 | 1011101 | 0 | 10110 | 101 | 10100110 | 1011010 | 110011 |
Color Harmonies of #12F2BD
Complementary color
Monochromatic Colors of #12F2BD
Black with #12F2BD
Text Example
Text Example
White with #12F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F2BD; }
p { color: rgb(18,242,189); }
H1.HeaderClassName
{
color: #12F2BD;
}
.AnyTagClassName
{
color: #12F2BD;
}
</style>
background-color css
<style>
a { background-color: #12F2BD; }
a { background-color: rgb(18,242,189); }
div.DivClassName
{
background-color: #12F2BD;
}
.BgClassName
{
background-color: #12F2BD;
}
</style>
border-color css
<style>
span { border-color: #12F2BD; }
span { border-color: rgb(18,242,189); }
td.TdClassName
{
border-color: #12F2BD;
}
.TagClassName
{
border-color: #12F2BD;
}
</style>