Shades of Bright Turquoise #14D5E9
Tints of Bright Turquoise #14D5E9
RGB
CMYK
RGB Variations
Color information
#14D5E9 (or 0x14D5E9) is known color: Bright Turquoise. HEX triplet: 14, D5 and E9. RGB value is (20,213,233). Sum of RGB (Red+Green+Blue) = 20+213+233=466 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.29% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #14D5E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D5E9 is #EB2A16. Grayscale: #9D9D9D. Windows color (decimal): -15411735 or 15324436. OLE color: 15324436.
HSL color Cylindrical-coordinate representation of color #14D5E9: hue angle of 185.63º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D5E9 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 213 | 233 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.09 |
| HSL | 185.63º | 0.84% | 0.5% | - |
| HSV(B) | 185.63º | 0.91% | 0.91% | - |
| XYZ | 38.79 | 53.62 | 85.4 | - |
| YUV | 157.57 | 170.56 | 29.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 233 | 0.91 | 0.09 | 0 | 0.09 | 185.63 | 0.84 | 0.5 |
| Hex | 14 | D5 | E9 | 5B | 9 | 0 | 9 | BA | 54 | 32 |
| Octal | 24 | 325 | 351 | 133 | 11 | 0 | 11 | 272 | 124 | 62 |
| Binary | 10100 | 11010101 | 11101001 | 1011011 | 1001 | 0 | 1001 | 10111010 | 1010100 | 110010 |
Color Harmonies of #14D5E9
Complementary color
Monochromatic Colors of #14D5E9
Black with #14D5E9
Text Example
Text Example
White with #14D5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D5E9; }
p { color: rgb(20,213,233); }
H1.HeaderClassName
{
color: #14D5E9;
}
.AnyTagClassName
{
color: #14D5E9;
}
</style>
background-color css
<style>
a { background-color: #14D5E9; }
a { background-color: rgb(20,213,233); }
div.DivClassName
{
background-color: #14D5E9;
}
.BgClassName
{
background-color: #14D5E9;
}
</style>
border-color css
<style>
span { border-color: #14D5E9; }
span { border-color: rgb(20,213,233); }
td.TdClassName
{
border-color: #14D5E9;
}
.TagClassName
{
border-color: #14D5E9;
}
</style>