Shades of Bright Turquoise #14F2BC
Tints of Bright Turquoise #14F2BC
RGB
CMYK
RGB Variations
Color information
#14F2BC (or 0x14F2BC) is known color: Bright Turquoise. HEX triplet: 14, F2 and BC. RGB value is (20,242,188). Sum of RGB (Red+Green+Blue) = 20+242+188=450 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.44% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #14F2BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F2BC is #EB0D43. Grayscale: #A9A9A9. Windows color (decimal): -15404356 or 12382740. OLE color: 12382740.
HSL color Cylindrical-coordinate representation of color #14F2BC: hue angle of 165.41º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F2BC is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 188 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.05 |
| HSL | 165.41º | 0.9% | 0.51% | - |
| HSV(B) | 165.41º | 0.92% | 0.95% | - |
| XYZ | 41.12 | 67.28 | 58.4 | - |
| YUV | 169.47 | 138.45 | 21.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 188 | 0.92 | 0 | 0.22 | 0.05 | 165.41 | 0.9 | 0.51 |
| Hex | 14 | F2 | BC | 5C | 0 | 16 | 5 | A5 | 5A | 33 |
| Octal | 24 | 362 | 274 | 134 | 0 | 26 | 5 | 245 | 132 | 63 |
| Binary | 10100 | 11110010 | 10111100 | 1011100 | 0 | 10110 | 101 | 10100101 | 1011010 | 110011 |
Color Harmonies of #14F2BC
Complementary color
Monochromatic Colors of #14F2BC
Black with #14F2BC
Text Example
Text Example
White with #14F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F2BC; }
p { color: rgb(20,242,188); }
H1.HeaderClassName
{
color: #14F2BC;
}
.AnyTagClassName
{
color: #14F2BC;
}
</style>
background-color css
<style>
a { background-color: #14F2BC; }
a { background-color: rgb(20,242,188); }
div.DivClassName
{
background-color: #14F2BC;
}
.BgClassName
{
background-color: #14F2BC;
}
</style>
border-color css
<style>
span { border-color: #14F2BC; }
span { border-color: rgb(20,242,188); }
td.TdClassName
{
border-color: #14F2BC;
}
.TagClassName
{
border-color: #14F2BC;
}
</style>