Shades of Bright Turquoise #14E0CC
Tints of Bright Turquoise #14E0CC
RGB
CMYK
RGB Variations
Color information
#14E0CC (or 0x14E0CC) is known color: Bright Turquoise. HEX triplet: 14, E0 and CC. RGB value is (20,224,204). Sum of RGB (Red+Green+Blue) = 20+224+204=448 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.46% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #14E0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E0CC is #EB1F33. Grayscale: #A0A0A0. Windows color (decimal): -15408948 or 13426708. OLE color: 13426708.
HSL color Cylindrical-coordinate representation of color #14E0CC: hue angle of 174.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E0CC is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 204 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.12 |
| HSL | 174.12º | 0.84% | 0.48% | - |
| HSV(B) | 174.12º | 0.91% | 0.88% | - |
| XYZ | 37.84 | 57.82 | 66.29 | - |
| YUV | 160.72 | 152.41 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 204 | 0.91 | 0 | 0.09 | 0.12 | 174.12 | 0.84 | 0.48 |
| Hex | 14 | E0 | CC | 5B | 0 | 9 | C | AE | 54 | 30 |
| Octal | 24 | 340 | 314 | 133 | 0 | 11 | 14 | 256 | 124 | 60 |
| Binary | 10100 | 11100000 | 11001100 | 1011011 | 0 | 1001 | 1100 | 10101110 | 1010100 | 110000 |
Color Harmonies of #14E0CC
Complementary color
Monochromatic Colors of #14E0CC
Black with #14E0CC
Text Example
Text Example
White with #14E0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E0CC; }
p { color: rgb(20,224,204); }
H1.HeaderClassName
{
color: #14E0CC;
}
.AnyTagClassName
{
color: #14E0CC;
}
</style>
background-color css
<style>
a { background-color: #14E0CC; }
a { background-color: rgb(20,224,204); }
div.DivClassName
{
background-color: #14E0CC;
}
.BgClassName
{
background-color: #14E0CC;
}
</style>
border-color css
<style>
span { border-color: #14E0CC; }
span { border-color: rgb(20,224,204); }
td.TdClassName
{
border-color: #14E0CC;
}
.TagClassName
{
border-color: #14E0CC;
}
</style>