#43E1D4

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

Shades of Turquoise #43E1D4

Tints of Turquoise #43E1D4

Color information

#43E1D4 (or 0x43E1D4) is unknown color: approx Turquoise. HEX triplet: 43, E1 and D4. RGB value is (67,225,212). Sum of RGB (Red+Green+Blue) = 67+225+212=504 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.29% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #43E1D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E1D4 is #BC1E2B. Grayscale: #B0B0B0. Windows color (decimal): -12328492 or 13951299. OLE color: 13951299.

HSL color Cylindrical-coordinate representation of color #43E1D4: hue angle of 175.06º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E1D4 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB67225212-
CMYK0.7000.060.12
HSL175.06º72.48%57.25%-
HSV(B)175.06º70.22%88.24%-
XYZ41.1259.871.66-
YUV176.28148.1550.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.29%
GREEN value IS 225 (88.28% from 255) = 44.64%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=13.29%
G=44.64%
B=42.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal672252120.7000.060.12175.0672.4857.25
Hex43E1D44606Caf4839
Octal103341324106061425711071
Binary10000111110000111010100100011001101100101011111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43E1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43E1D4; }

 p { color: rgb(67,225,212); }

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

<style>
 a { background-color: #43E1D4; }

 a { background-color: rgb(67,225,212); }

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

<style>
 span { border-color: #43E1D4; }

 span { border-color: rgb(67,225,212); }

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