Shades of Bright Turquoise #12F0BD
Tints of Bright Turquoise #12F0BD
RGB
CMYK
RGB Variations
Color information
#12F0BD (or 0x12F0BD) is known color: Bright Turquoise. HEX triplet: 12, F0 and BD. RGB value is (18,240,189). Sum of RGB (Red+Green+Blue) = 18+240+189=447 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.03% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #12F0BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F0BD is #ED0F42. Grayscale: #A7A7A7. Windows color (decimal): -15535939 or 12447762. OLE color: 12447762.
HSL color Cylindrical-coordinate representation of color #12F0BD: hue angle of 166.22º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F0BD is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 189 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.06 |
| HSL | 166.22º | 0.88% | 0.51% | - |
| HSV(B) | 166.22º | 0.93% | 0.94% | - |
| XYZ | 40.59 | 66.12 | 58.77 | - |
| YUV | 167.81 | 139.95 | 21.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 189 | 0.92 | 0 | 0.21 | 0.06 | 166.22 | 0.88 | 0.51 |
| Hex | 12 | F0 | BD | 5C | 0 | 15 | 6 | A6 | 58 | 33 |
| Octal | 22 | 360 | 275 | 134 | 0 | 25 | 6 | 246 | 130 | 63 |
| Binary | 10010 | 11110000 | 10111101 | 1011100 | 0 | 10101 | 110 | 10100110 | 1011000 | 110011 |
Color Harmonies of #12F0BD
Complementary color
Monochromatic Colors of #12F0BD
Black with #12F0BD
Text Example
Text Example
White with #12F0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F0BD; }
p { color: rgb(18,240,189); }
H1.HeaderClassName
{
color: #12F0BD;
}
.AnyTagClassName
{
color: #12F0BD;
}
</style>
background-color css
<style>
a { background-color: #12F0BD; }
a { background-color: rgb(18,240,189); }
div.DivClassName
{
background-color: #12F0BD;
}
.BgClassName
{
background-color: #12F0BD;
}
</style>
border-color css
<style>
span { border-color: #12F0BD; }
span { border-color: rgb(18,240,189); }
td.TdClassName
{
border-color: #12F0BD;
}
.TagClassName
{
border-color: #12F0BD;
}
</style>