#14E9D1

Color #14E9D1 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #14E9D1

Tints of Bright Turquoise #14E9D1

Color information

#14E9D1 (or 0x14E9D1) is unknown color: approx Bright Turquoise. HEX triplet: 14, E9 and D1. RGB value is (20,233,209). Sum of RGB (Red+Green+Blue) = 20+233+209=462 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.33% from 462); Green value is 233 (91.41% from 255 or 50.43% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 233 - color contains mainly: green. Hex color #14E9D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E9D1 is #EB162E. Grayscale: #A6A6A6. Windows color (decimal): -15406639 or 13756692. OLE color: 13756692.

HSL color Cylindrical-coordinate representation of color #14E9D1: hue angle of 173.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E9D1 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB20233209-
CMYK0.9100.100.09
HSL173.24º84.19%49.61%-
HSV(B)173.24º91.42%91.37%-
XYZ40.9463.0370.33-
YUV166.58151.9323.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 4.33%
GREEN value IS 233 (91.41% from 255) = 50.43%
BLUE value IS 209 (82.03% from 255) = 45.24%
R=4.33%
G=50.43%
B=45.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202332090.9100.100.09173.2484.1949.61
Hex14E9D15B0A9ad5432
Octal243513211330121125512462
Binary1010011101001110100011011011010101001101011011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14E9D1; }

 p { color: rgb(20,233,209); }

 H1.HeaderClassName
 {
   color: #14E9D1;
 }
 .AnyTagClassName
 {
   color: #14E9D1;
 }
</style>
background-color css

<style>
 a { background-color: #14E9D1; }

 a { background-color: rgb(20,233,209); }

 div.DivClassName
 {
   background-color: #14E9D1;
 }
 .BgClassName
 {
   background-color: #14E9D1;
 }
</style>
border-color css

<style>
 span { border-color: #14E9D1; }

 span { border-color: rgb(20,233,209); }

 td.TdClassName
 {
   border-color: #14E9D1;
 }
 .TagClassName
 {
   border-color: #14E9D1;
 }
</style>