#14E9D2

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

Shades of Bright Turquoise #14E9D2

Tints of Bright Turquoise #14E9D2

Color information

#14E9D2 (or 0x14E9D2) is unknown color: approx Bright Turquoise. HEX triplet: 14, E9 and D2. RGB value is (20,233,210). Sum of RGB (Red+Green+Blue) = 20+233+210=463 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.32% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #14E9D2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E9D2 is #EB162D. Grayscale: #A6A6A6. Windows color (decimal): -15406638 or 13822228. OLE color: 13822228.

HSL color Cylindrical-coordinate representation of color #14E9D2: hue angle of 173.52º 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 #14E9D2 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB20233210-
CMYK0.9100.100.09
HSL173.52º84.19%49.61%-
HSV(B)173.52º91.42%91.37%-
XYZ41.0663.0870.98-
YUV166.69152.4323.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.32%
GREEN value IS 233 (91.41% from 255) = 50.32%
BLUE value IS 210 (82.42% from 255) = 45.36%
R=4.32%
G=50.32%
B=45.36%

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
Decimal202332100.9100.100.09173.5284.1949.61
Hex14E9D25B0A9ae5432
Octal243513221330121125612462
Binary1010011101001110100101011011010101001101011101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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