Shades of Bright Turquoise #14DCED
Tints of Bright Turquoise #14DCED
RGB
CMYK
RGB Variations
Color information
#14DCED (or 0x14DCED) is known color: Bright Turquoise. HEX triplet: 14, DC and ED. RGB value is (20,220,237). Sum of RGB (Red+Green+Blue) = 20+220+237=477 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.19% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #14DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DCED is #EB2312. Grayscale: #A1A1A1. Windows color (decimal): -15409939 or 15588372. OLE color: 15588372.
HSL color Cylindrical-coordinate representation of color #14DCED: hue angle of 184.7º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14DCED is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 220 | 237 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.07 |
| HSL | 184.7º | 0.86% | 0.5% | - |
| HSV(B) | 184.7º | 0.92% | 0.93% | - |
| XYZ | 41.17 | 57.45 | 89.04 | - |
| YUV | 162.14 | 170.24 | 26.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 237 | 0.92 | 0.07 | 0 | 0.07 | 184.7 | 0.86 | 0.5 |
| Hex | 14 | DC | ED | 5C | 7 | 0 | 7 | B9 | 56 | 32 |
| Octal | 24 | 334 | 355 | 134 | 7 | 0 | 7 | 271 | 126 | 62 |
| Binary | 10100 | 11011100 | 11101101 | 1011100 | 111 | 0 | 111 | 10111001 | 1010110 | 110010 |
Color Harmonies of #14DCED
Complementary color
Monochromatic Colors of #14DCED
Black with #14DCED
Text Example
Text Example
White with #14DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCED; }
p { color: rgb(20,220,237); }
H1.HeaderClassName
{
color: #14DCED;
}
.AnyTagClassName
{
color: #14DCED;
}
</style>
background-color css
<style>
a { background-color: #14DCED; }
a { background-color: rgb(20,220,237); }
div.DivClassName
{
background-color: #14DCED;
}
.BgClassName
{
background-color: #14DCED;
}
</style>
border-color css
<style>
span { border-color: #14DCED; }
span { border-color: rgb(20,220,237); }
td.TdClassName
{
border-color: #14DCED;
}
.TagClassName
{
border-color: #14DCED;
}
</style>