Shades of Bright Turquoise #14F0BC
Tints of Bright Turquoise #14F0BC
RGB
CMYK
RGB Variations
Color information
#14F0BC (or 0x14F0BC) is known color: Bright Turquoise. HEX triplet: 14, F0 and BC. RGB value is (20,240,188). Sum of RGB (Red+Green+Blue) = 20+240+188=448 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.46% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #14F0BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F0BC is #EB0F43. Grayscale: #A8A8A8. Windows color (decimal): -15404868 or 12382228. OLE color: 12382228.
HSL color Cylindrical-coordinate representation of color #14F0BC: hue angle of 165.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F0BC is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 188 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.06 |
| HSL | 165.82º | 0.88% | 0.51% | - |
| HSV(B) | 165.82º | 0.92% | 0.94% | - |
| XYZ | 40.53 | 66.1 | 58.2 | - |
| YUV | 168.29 | 139.11 | 22.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 188 | 0.92 | 0 | 0.22 | 0.06 | 165.82 | 0.88 | 0.51 |
| Hex | 14 | F0 | BC | 5C | 0 | 16 | 6 | A6 | 58 | 33 |
| Octal | 24 | 360 | 274 | 134 | 0 | 26 | 6 | 246 | 130 | 63 |
| Binary | 10100 | 11110000 | 10111100 | 1011100 | 0 | 10110 | 110 | 10100110 | 1011000 | 110011 |
Color Harmonies of #14F0BC
Complementary color
Monochromatic Colors of #14F0BC
Black with #14F0BC
Text Example
Text Example
White with #14F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F0BC; }
p { color: rgb(20,240,188); }
H1.HeaderClassName
{
color: #14F0BC;
}
.AnyTagClassName
{
color: #14F0BC;
}
</style>
background-color css
<style>
a { background-color: #14F0BC; }
a { background-color: rgb(20,240,188); }
div.DivClassName
{
background-color: #14F0BC;
}
.BgClassName
{
background-color: #14F0BC;
}
</style>
border-color css
<style>
span { border-color: #14F0BC; }
span { border-color: rgb(20,240,188); }
td.TdClassName
{
border-color: #14F0BC;
}
.TagClassName
{
border-color: #14F0BC;
}
</style>