Shades of Bright Turquoise #12FBCD
Tints of Bright Turquoise #12FBCD
RGB
CMYK
RGB Variations
Color information
#12FBCD (or 0x12FBCD) is known color: Bright Turquoise. HEX triplet: 12, FB and CD. RGB value is (18,251,205). Sum of RGB (Red+Green+Blue) = 18+251+205=474 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.80% from 474); Green value is 251 (98.44% from 255 or 52.95% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBCD is #ED0432. Grayscale: #B0B0B0. Windows color (decimal): -15533107 or 13499154. OLE color: 13499154.
HSL color Cylindrical-coordinate representation of color #12FBCD: hue angle of 168.15º 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 #12FBCD is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 251 | 205 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.02 |
| HSL | 168.15º | 0.97% | 0.53% | - |
| HSV(B) | 168.15º | 0.93% | 0.98% | - |
| XYZ | 45.77 | 73.53 | 69.54 | - |
| YUV | 176.09 | 144.31 | 15.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 251 | 205 | 0.93 | 0 | 0.18 | 0.02 | 168.15 | 0.97 | 0.53 |
| Hex | 12 | FB | CD | 5D | 0 | 12 | 2 | A8 | 61 | 35 |
| Octal | 22 | 373 | 315 | 135 | 0 | 22 | 2 | 250 | 141 | 65 |
| Binary | 10010 | 11111011 | 11001101 | 1011101 | 0 | 10010 | 10 | 10101000 | 1100001 | 110101 |
Color Harmonies of #12FBCD
Complementary color
Monochromatic Colors of #12FBCD
Black with #12FBCD
Text Example
Text Example
White with #12FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FBCD; }
p { color: rgb(18,251,205); }
H1.HeaderClassName
{
color: #12FBCD;
}
.AnyTagClassName
{
color: #12FBCD;
}
</style>
background-color css
<style>
a { background-color: #12FBCD; }
a { background-color: rgb(18,251,205); }
div.DivClassName
{
background-color: #12FBCD;
}
.BgClassName
{
background-color: #12FBCD;
}
</style>
border-color css
<style>
span { border-color: #12FBCD; }
span { border-color: rgb(18,251,205); }
td.TdClassName
{
border-color: #12FBCD;
}
.TagClassName
{
border-color: #12FBCD;
}
</style>