Shades of Bright Turquoise #14D2EB
Tints of Bright Turquoise #14D2EB
RGB
CMYK
RGB Variations
Color information
#14D2EB (or 0x14D2EB) is known color: Bright Turquoise. HEX triplet: 14, D2 and EB. RGB value is (20,210,235). Sum of RGB (Red+Green+Blue) = 20+210+235=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #14D2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D2EB is #EB2D14. Grayscale: #9B9B9B. Windows color (decimal): -15412501 or 15454740. OLE color: 15454740.
HSL color Cylindrical-coordinate representation of color #14D2EB: hue angle of 186.98º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D2EB is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 210 | 235 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.08 |
| HSL | 186.98º | 0.84% | 0.5% | - |
| HSV(B) | 186.98º | 0.91% | 0.92% | - |
| XYZ | 38.33 | 52.24 | 86.66 | - |
| YUV | 156.04 | 172.55 | 30.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 210 | 235 | 0.91 | 0.11 | 0 | 0.08 | 186.98 | 0.84 | 0.5 |
| Hex | 14 | D2 | EB | 5B | B | 0 | 8 | BB | 54 | 32 |
| Octal | 24 | 322 | 353 | 133 | 13 | 0 | 10 | 273 | 124 | 62 |
| Binary | 10100 | 11010010 | 11101011 | 1011011 | 1011 | 0 | 1000 | 10111011 | 1010100 | 110010 |
Color Harmonies of #14D2EB
Complementary color
Monochromatic Colors of #14D2EB
Black with #14D2EB
Text Example
Text Example
White with #14D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D2EB; }
p { color: rgb(20,210,235); }
H1.HeaderClassName
{
color: #14D2EB;
}
.AnyTagClassName
{
color: #14D2EB;
}
</style>
background-color css
<style>
a { background-color: #14D2EB; }
a { background-color: rgb(20,210,235); }
div.DivClassName
{
background-color: #14D2EB;
}
.BgClassName
{
background-color: #14D2EB;
}
</style>
border-color css
<style>
span { border-color: #14D2EB; }
span { border-color: rgb(20,210,235); }
td.TdClassName
{
border-color: #14D2EB;
}
.TagClassName
{
border-color: #14D2EB;
}
</style>