Shades of Bright Turquoise #14E6BB
Tints of Bright Turquoise #14E6BB
RGB
CMYK
RGB Variations
Color information
#14E6BB (or 0x14E6BB) is known color: Bright Turquoise. HEX triplet: 14, E6 and BB. RGB value is (20,230,187). Sum of RGB (Red+Green+Blue) = 20+230+187=437 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.58% from 437); Green value is 230 (90.23% from 255 or 52.63% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 230 - color contains mainly: green. Hex color #14E6BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E6BB is #EB1944. Grayscale: #A2A2A2. Windows color (decimal): -15407429 or 12314132. OLE color: 12314132.
HSL color Cylindrical-coordinate representation of color #14E6BB: hue angle of 167.71º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E6BB is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 230 | 187 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.10 |
| HSL | 167.71º | 0.84% | 0.49% | - |
| HSV(B) | 167.71º | 0.91% | 0.9% | - |
| XYZ | 37.55 | 60.33 | 56.68 | - |
| YUV | 162.31 | 141.93 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 230 | 187 | 0.91 | 0 | 0.19 | 0.10 | 167.71 | 0.84 | 0.49 |
| Hex | 14 | E6 | BB | 5B | 0 | 13 | A | A8 | 54 | 31 |
| Octal | 24 | 346 | 273 | 133 | 0 | 23 | 12 | 250 | 124 | 61 |
| Binary | 10100 | 11100110 | 10111011 | 1011011 | 0 | 10011 | 1010 | 10101000 | 1010100 | 110001 |
Color Harmonies of #14E6BB
Complementary color
Monochromatic Colors of #14E6BB
Black with #14E6BB
Text Example
Text Example
White with #14E6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E6BB; }
p { color: rgb(20,230,187); }
H1.HeaderClassName
{
color: #14E6BB;
}
.AnyTagClassName
{
color: #14E6BB;
}
</style>
background-color css
<style>
a { background-color: #14E6BB; }
a { background-color: rgb(20,230,187); }
div.DivClassName
{
background-color: #14E6BB;
}
.BgClassName
{
background-color: #14E6BB;
}
</style>
border-color css
<style>
span { border-color: #14E6BB; }
span { border-color: rgb(20,230,187); }
td.TdClassName
{
border-color: #14E6BB;
}
.TagClassName
{
border-color: #14E6BB;
}
</style>