Shades of Bright Turquoise #14DCEB
Tints of Bright Turquoise #14DCEB
RGB
CMYK
RGB Variations
Color information
#14DCEB (or 0x14DCEB) is known color: Bright Turquoise. HEX triplet: 14, DC and EB. RGB value is (20,220,235). Sum of RGB (Red+Green+Blue) = 20+220+235=475 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.21% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #14DCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DCEB is #EB2314. Grayscale: #A1A1A1. Windows color (decimal): -15409941 or 15457300. OLE color: 15457300.
HSL color Cylindrical-coordinate representation of color #14DCEB: hue angle of 184.19º 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 #14DCEB is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 220 | 235 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.08 |
| HSL | 184.19º | 0.84% | 0.5% | - |
| HSV(B) | 184.19º | 0.91% | 0.92% | - |
| XYZ | 40.88 | 57.33 | 87.51 | - |
| YUV | 161.91 | 169.24 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 235 | 0.91 | 0.06 | 0 | 0.08 | 184.19 | 0.84 | 0.5 |
| Hex | 14 | DC | EB | 5B | 6 | 0 | 8 | B8 | 54 | 32 |
| Octal | 24 | 334 | 353 | 133 | 6 | 0 | 10 | 270 | 124 | 62 |
| Binary | 10100 | 11011100 | 11101011 | 1011011 | 110 | 0 | 1000 | 10111000 | 1010100 | 110010 |
Color Harmonies of #14DCEB
Complementary color
Monochromatic Colors of #14DCEB
Black with #14DCEB
Text Example
Text Example
White with #14DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCEB; }
p { color: rgb(20,220,235); }
H1.HeaderClassName
{
color: #14DCEB;
}
.AnyTagClassName
{
color: #14DCEB;
}
</style>
background-color css
<style>
a { background-color: #14DCEB; }
a { background-color: rgb(20,220,235); }
div.DivClassName
{
background-color: #14DCEB;
}
.BgClassName
{
background-color: #14DCEB;
}
</style>
border-color css
<style>
span { border-color: #14DCEB; }
span { border-color: rgb(20,220,235); }
td.TdClassName
{
border-color: #14DCEB;
}
.TagClassName
{
border-color: #14DCEB;
}
</style>