#14E3D2

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

Shades of Bright Turquoise #14E3D2

Tints of Bright Turquoise #14E3D2

Color information

#14E3D2 (or 0x14E3D2) is unknown color: approx Bright Turquoise. HEX triplet: 14, E3 and D2. RGB value is (20,227,210). Sum of RGB (Red+Green+Blue) = 20+227+210=457 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.38% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #14E3D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E3D2 is #EB1C2D. Grayscale: #A3A3A3. Windows color (decimal): -15408174 or 13820692. OLE color: 13820692.

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

Color convert

RGB20227210-
CMYK0.9100.070.11
HSL175.07º83.81%48.43%-
HSV(B)175.07º91.19%89.02%-
XYZ39.3959.7470.43-
YUV163.17154.4225.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.38%
GREEN value IS 227 (89.06% from 255) = 49.67%
BLUE value IS 210 (82.42% from 255) = 45.95%
R=4.38%
G=49.67%
B=45.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202272100.9100.070.11175.0783.8148.43
Hex14E3D25B07Baf5430
Octal24343322133071325712460
Binary101001110001111010010101101101111011101011111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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