#43FAE4

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

Shades of Turquoise #43FAE4

Tints of Turquoise #43FAE4

Color information

#43FAE4 (or 0x43FAE4) is unknown color: approx Turquoise. HEX triplet: 43, FA and E4. RGB value is (67,250,228). Sum of RGB (Red+Green+Blue) = 67+250+228=545 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.29% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #43FAE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FAE4 is #BC051B. Grayscale: #C0C0C0. Windows color (decimal): -12322076 or 15006275. OLE color: 15006275.

HSL color Cylindrical-coordinate representation of color #43FAE4: hue angle of 172.79º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FAE4 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB67250228-
CMYK0.7300.090.02
HSL172.79º94.82%62.16%-
HSV(B)172.79º73.2%98.04%-
XYZ50.575.1785.25-
YUV192.77147.8738.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.29%
GREEN value IS 250 (98.05% from 255) = 45.87%
BLUE value IS 228 (89.45% from 255) = 41.83%
R=12.29%
G=45.87%
B=41.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal672502280.7300.090.02172.7994.8262.16
Hex43FAE449092ad5f3e
Octal103372344111011225513776
Binary1000011111110101110010010010010100110101011011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,250,228); }

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

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

 a { background-color: rgb(67,250,228); }

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

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

 span { border-color: rgb(67,250,228); }

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