#43EEB5

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

Shades of Turquoise #43EEB5

Tints of Turquoise #43EEB5

Color information

#43EEB5 (or 0x43EEB5) is unknown color: approx Turquoise. HEX triplet: 43, EE and B5. RGB value is (67,238,181). Sum of RGB (Red+Green+Blue) = 67+238+181=486 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.79% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #43EEB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EEB5 is #BC114A. Grayscale: #B4B4B4. Windows color (decimal): -12325195 or 11923011. OLE color: 11923011.

HSL color Cylindrical-coordinate representation of color #43EEB5: hue angle of 160º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43EEB5 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB67238181-
CMYK0.7200.240.07
HSL160º83.41%59.8%-
HSV(B)160º71.85%93.33%-
XYZ41.2365.6854.22-
YUV180.37128.3547.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.79%
GREEN value IS 238 (93.36% from 255) = 48.97%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=13.79%
G=48.97%
B=37.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal672381810.7200.240.0716083.4159.8
Hex43EEB5480187a0533c
Octal103356265110030724012374
Binary100001111101110101101011001000011000111101000001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43EEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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