#14E9D3

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

Shades of Bright Turquoise #14E9D3

Tints of Bright Turquoise #14E9D3

Color information

#14E9D3 (or 0x14E9D3) is unknown color: approx Bright Turquoise. HEX triplet: 14, E9 and D3. RGB value is (20,233,211). Sum of RGB (Red+Green+Blue) = 20+233+211=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #14E9D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E9D3 is #EB162C. Grayscale: #A6A6A6. Windows color (decimal): -15406637 or 13887764. OLE color: 13887764.

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

Color convert

RGB20233211-
CMYK0.9100.090.09
HSL173.8º84.19%49.61%-
HSV(B)173.8º91.42%91.37%-
XYZ41.1963.1371.64-
YUV166.8152.9323.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.31%
GREEN value IS 233 (91.41% from 255) = 50.22%
BLUE value IS 211 (82.81% from 255) = 45.47%
R=4.31%
G=50.22%
B=45.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202332110.9100.090.09173.884.1949.61
Hex14E9D35B099ae5432
Octal243513231330111125612462
Binary1010011101001110100111011011010011001101011101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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