Shades of Bright Turquoise #14DCEF
Tints of Bright Turquoise #14DCEF
RGB
CMYK
RGB Variations
Color information
#14DCEF (or 0x14DCEF) is known color: Bright Turquoise. HEX triplet: 14, DC and EF. RGB value is (20,220,239). Sum of RGB (Red+Green+Blue) = 20+220+239=479 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #14DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DCEF is #EB2310. Grayscale: #A2A2A2. Windows color (decimal): -15409937 or 15719444. OLE color: 15719444.
HSL color Cylindrical-coordinate representation of color #14DCEF: hue angle of 185.21º degrees, saturation: 0.87, 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 #14DCEF is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 220 | 239 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.06 |
| HSL | 185.21º | 0.87% | 0.51% | - |
| HSV(B) | 185.21º | 0.92% | 0.94% | - |
| XYZ | 41.46 | 57.57 | 90.59 | - |
| YUV | 162.37 | 171.24 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 239 | 0.92 | 0.08 | 0 | 0.06 | 185.21 | 0.87 | 0.51 |
| Hex | 14 | DC | EF | 5C | 8 | 0 | 6 | B9 | 57 | 33 |
| Octal | 24 | 334 | 357 | 134 | 10 | 0 | 6 | 271 | 127 | 63 |
| Binary | 10100 | 11011100 | 11101111 | 1011100 | 1000 | 0 | 110 | 10111001 | 1010111 | 110011 |
Color Harmonies of #14DCEF
Complementary color
Monochromatic Colors of #14DCEF
Black with #14DCEF
Text Example
Text Example
White with #14DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCEF; }
p { color: rgb(20,220,239); }
H1.HeaderClassName
{
color: #14DCEF;
}
.AnyTagClassName
{
color: #14DCEF;
}
</style>
background-color css
<style>
a { background-color: #14DCEF; }
a { background-color: rgb(20,220,239); }
div.DivClassName
{
background-color: #14DCEF;
}
.BgClassName
{
background-color: #14DCEF;
}
</style>
border-color css
<style>
span { border-color: #14DCEF; }
span { border-color: rgb(20,220,239); }
td.TdClassName
{
border-color: #14DCEF;
}
.TagClassName
{
border-color: #14DCEF;
}
</style>