Shades of Bright Turquoise #14E1DF
Tints of Bright Turquoise #14E1DF
RGB
CMYK
RGB Variations
Color information
#14E1DF (or 0x14E1DF) is known color: Bright Turquoise. HEX triplet: 14, E1 and DF. RGB value is (20,225,223). Sum of RGB (Red+Green+Blue) = 20+225+223=468 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.27% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #14E1DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E1DF is #EB1E20. Grayscale: #A3A3A3. Windows color (decimal): -15408673 or 14672148. OLE color: 14672148.
HSL color Cylindrical-coordinate representation of color #14E1DF: hue angle of 179.41º 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 #14E1DF is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 223 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.12 |
| HSL | 179.41º | 0.84% | 0.48% | - |
| HSV(B) | 179.41º | 0.91% | 0.88% | - |
| XYZ | 40.53 | 59.33 | 79.13 | - |
| YUV | 163.48 | 161.58 | 25.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 223 | 0.91 | 0 | 0.01 | 0.12 | 179.41 | 0.84 | 0.48 |
| Hex | 14 | E1 | DF | 5B | 0 | 1 | C | B3 | 54 | 30 |
| Octal | 24 | 341 | 337 | 133 | 0 | 1 | 14 | 263 | 124 | 60 |
| Binary | 10100 | 11100001 | 11011111 | 1011011 | 0 | 1 | 1100 | 10110011 | 1010100 | 110000 |
Color Harmonies of #14E1DF
Complementary color
Monochromatic Colors of #14E1DF
Black with #14E1DF
Text Example
Text Example
White with #14E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E1DF; }
p { color: rgb(20,225,223); }
H1.HeaderClassName
{
color: #14E1DF;
}
.AnyTagClassName
{
color: #14E1DF;
}
</style>
background-color css
<style>
a { background-color: #14E1DF; }
a { background-color: rgb(20,225,223); }
div.DivClassName
{
background-color: #14E1DF;
}
.BgClassName
{
background-color: #14E1DF;
}
</style>
border-color css
<style>
span { border-color: #14E1DF; }
span { border-color: rgb(20,225,223); }
td.TdClassName
{
border-color: #14E1DF;
}
.TagClassName
{
border-color: #14E1DF;
}
</style>