#14E3DA

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

Shades of Bright Turquoise #14E3DA

Tints of Bright Turquoise #14E3DA

Color information

#14E3DA (or 0x14E3DA) is unknown color: approx Bright Turquoise. HEX triplet: 14, E3 and DA. RGB value is (20,227,218). Sum of RGB (Red+Green+Blue) = 20+227+218=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #14E3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E3DA is #EB1C25. Grayscale: #A3A3A3. Windows color (decimal): -15408166 or 14344980. OLE color: 14344980.

HSL color Cylindrical-coordinate representation of color #14E3DA: hue angle of 177.39º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E3DA is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB20227218-
CMYK0.9100.040.11
HSL177.39º83.81%48.43%-
HSV(B)177.39º91.19%89.02%-
XYZ40.4160.1575.81-
YUV164.08158.4225.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.30%
GREEN value IS 227 (89.06% from 255) = 48.82%
BLUE value IS 218 (85.55% from 255) = 46.88%
R=4.30%
G=48.82%
B=46.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202272180.9100.040.11177.3983.8148.43
Hex14E3DA5B04Bb15430
Octal24343332133041326112460
Binary101001110001111011010101101101001011101100011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,227,218); }

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

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

 a { background-color: rgb(20,227,218); }

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

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

 span { border-color: rgb(20,227,218); }

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