#43E1BE

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

Shades of Turquoise #43E1BE

Tints of Turquoise #43E1BE

Color information

#43E1BE (or 0x43E1BE) is unknown color: approx Turquoise. HEX triplet: 43, E1 and BE. RGB value is (67,225,190). Sum of RGB (Red+Green+Blue) = 67+225+190=482 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.90% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #43E1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E1BE is #BC1E41. Grayscale: #ADADAD. Windows color (decimal): -12328514 or 12509507. OLE color: 12509507.

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

Color convert

RGB67225190-
CMYK0.7000.160.12
HSL166.71º72.48%57.25%-
HSV(B)166.71º70.22%88.24%-
XYZ38.5358.7658.03-
YUV173.77137.1551.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.90%
GREEN value IS 225 (88.28% from 255) = 46.68%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=13.90%
G=46.68%
B=39.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal672251900.7000.160.12166.7172.4857.25
Hex43E1BE46010Ca74839
Octal1033412761060201424711071
Binary1000011111000011011111010001100100001100101001111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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