#43E1B5

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

Shades of Turquoise #43E1B5

Tints of Turquoise #43E1B5

Color information

#43E1B5 (or 0x43E1B5) is unknown color: approx Turquoise. HEX triplet: 43, E1 and B5. RGB value is (67,225,181). Sum of RGB (Red+Green+Blue) = 67+225+181=473 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.16% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #43E1B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E1B5 is #BC1E4A. Grayscale: #ACACAC. Windows color (decimal): -12328523 or 11919683. OLE color: 11919683.

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

Color convert

RGB67225181-
CMYK0.7000.200.12
HSL163.29º72.48%57.25%-
HSV(B)163.29º70.22%88.24%-
XYZ37.5858.3853-
YUV172.74132.6552.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.16%
GREEN value IS 225 (88.28% from 255) = 47.57%
BLUE value IS 181 (71.09% from 255) = 38.27%
R=14.16%
G=47.57%
B=38.27%

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
Decimal672251810.7000.200.12163.2972.4857.25
Hex43E1B546014Ca34839
Octal1033412651060241424311071
Binary1000011111000011011010110001100101001100101000111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43E1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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