Shades of Bright Turquoise #12F0CB
Tints of Bright Turquoise #12F0CB
RGB
CMYK
RGB Variations
Color information
#12F0CB (or 0x12F0CB) is known color: Bright Turquoise. HEX triplet: 12, F0 and CB. RGB value is (18,240,203). Sum of RGB (Red+Green+Blue) = 18+240+203=461 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #12F0CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F0CB is #ED0F34. Grayscale: #A9A9A9. Windows color (decimal): -15535925 or 13365266. OLE color: 13365266.
HSL color Cylindrical-coordinate representation of color #12F0CB: hue angle of 170º 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 #12F0CB is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 203 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.06 |
| HSL | 170º | 0.88% | 0.51% | - |
| HSV(B) | 170º | 0.93% | 0.94% | - |
| XYZ | 42.19 | 66.76 | 67.16 | - |
| YUV | 169.4 | 146.95 | 20.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 203 | 0.92 | 0 | 0.15 | 0.06 | 170 | 0.88 | 0.51 |
| Hex | 12 | F0 | CB | 5C | 0 | F | 6 | AA | 58 | 33 |
| Octal | 22 | 360 | 313 | 134 | 0 | 17 | 6 | 252 | 130 | 63 |
| Binary | 10010 | 11110000 | 11001011 | 1011100 | 0 | 1111 | 110 | 10101010 | 1011000 | 110011 |
Color Harmonies of #12F0CB
Complementary color
Monochromatic Colors of #12F0CB
Black with #12F0CB
Text Example
Text Example
White with #12F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F0CB; }
p { color: rgb(18,240,203); }
H1.HeaderClassName
{
color: #12F0CB;
}
.AnyTagClassName
{
color: #12F0CB;
}
</style>
background-color css
<style>
a { background-color: #12F0CB; }
a { background-color: rgb(18,240,203); }
div.DivClassName
{
background-color: #12F0CB;
}
.BgClassName
{
background-color: #12F0CB;
}
</style>
border-color css
<style>
span { border-color: #12F0CB; }
span { border-color: rgb(18,240,203); }
td.TdClassName
{
border-color: #12F0CB;
}
.TagClassName
{
border-color: #12F0CB;
}
</style>