#43FDE0

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

Shades of Turquoise #43FDE0

Tints of Turquoise #43FDE0

Color information

#43FDE0 (or 0x43FDE0) is unknown color: approx Turquoise. HEX triplet: 43, FD and E0. RGB value is (67,253,224). Sum of RGB (Red+Green+Blue) = 67+253+224=544 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.32% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #43FDE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FDE0 is #BC021F. Grayscale: #C2C2C2. Windows color (decimal): -12321312 or 14744899. OLE color: 14744899.

HSL color Cylindrical-coordinate representation of color #43FDE0: hue angle of 170.65º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FDE0 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB67253224-
CMYK0.7400.110.01
HSL170.65º97.89%62.75%-
HSV(B)170.65º73.52%99.22%-
XYZ50.8976.8382.67-
YUV194.08144.8837.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.32%
GREEN value IS 253 (99.22% from 255) = 46.51%
BLUE value IS 224 (87.89% from 255) = 41.18%
R=12.32%
G=46.51%
B=41.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal672532240.7400.110.01170.6597.8962.75
Hex43FDE04A0B1ab623f
Octal103375340112013125314277
Binary100001111111101111000001001010010111101010111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43FDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,253,224); }

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

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

 a { background-color: rgb(67,253,224); }

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

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

 span { border-color: rgb(67,253,224); }

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