#43E1B3

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

Shades of Turquoise #43E1B3

Tints of Turquoise #43E1B3

Color information

#43E1B3 (or 0x43E1B3) is unknown color: approx Turquoise. HEX triplet: 43, E1 and B3. RGB value is (67,225,179). Sum of RGB (Red+Green+Blue) = 67+225+179=471 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.23% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #43E1B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E1B3 is #BC1E4C. Grayscale: #ACACAC. Windows color (decimal): -12328525 or 11788611. OLE color: 11788611.

HSL color Cylindrical-coordinate representation of color #43E1B3: hue angle of 162.53º 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 #43E1B3 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB67225179-
CMYK0.7000.200.12
HSL162.53º72.48%57.25%-
HSV(B)162.53º70.22%88.24%-
XYZ37.3858.351.93-
YUV172.51131.6552.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.23%
GREEN value IS 225 (88.28% from 255) = 47.77%
BLUE value IS 179 (70.31% from 255) = 38.00%
R=14.23%
G=47.77%
B=38.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal672251790.7000.200.12162.5372.4857.25
Hex43E1B346014Ca34839
Octal1033412631060241424311071
Binary1000011111000011011001110001100101001100101000111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43E1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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