Shades of Bright Turquoise #12FCCB
Tints of Bright Turquoise #12FCCB
RGB
CMYK
RGB Variations
Color information
#12FCCB (or 0x12FCCB) is known color: Bright Turquoise. HEX triplet: 12, FC and CB. RGB value is (18,252,203). Sum of RGB (Red+Green+Blue) = 18+252+203=473 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCCB is #ED0334. Grayscale: #B0B0B0. Windows color (decimal): -15532853 or 13368338. OLE color: 13368338.
HSL color Cylindrical-coordinate representation of color #12FCCB: hue angle of 167.44º 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 #12FCCB is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 203 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.01 |
| HSL | 167.44º | 0.98% | 0.53% | - |
| HSV(B) | 167.44º | 0.93% | 0.99% | - |
| XYZ | 45.84 | 74.06 | 68.38 | - |
| YUV | 176.45 | 142.98 | 14.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 203 | 0.93 | 0 | 0.19 | 0.01 | 167.44 | 0.98 | 0.53 |
| Hex | 12 | FC | CB | 5D | 0 | 13 | 1 | A7 | 62 | 35 |
| Octal | 22 | 374 | 313 | 135 | 0 | 23 | 1 | 247 | 142 | 65 |
| Binary | 10010 | 11111100 | 11001011 | 1011101 | 0 | 10011 | 1 | 10100111 | 1100010 | 110101 |
Color Harmonies of #12FCCB
Complementary color
Monochromatic Colors of #12FCCB
Black with #12FCCB
Text Example
Text Example
White with #12FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCCB; }
p { color: rgb(18,252,203); }
H1.HeaderClassName
{
color: #12FCCB;
}
.AnyTagClassName
{
color: #12FCCB;
}
</style>
background-color css
<style>
a { background-color: #12FCCB; }
a { background-color: rgb(18,252,203); }
div.DivClassName
{
background-color: #12FCCB;
}
.BgClassName
{
background-color: #12FCCB;
}
</style>
border-color css
<style>
span { border-color: #12FCCB; }
span { border-color: rgb(18,252,203); }
td.TdClassName
{
border-color: #12FCCB;
}
.TagClassName
{
border-color: #12FCCB;
}
</style>