Html Css Color HEX #43EAB4 Turquoise

📋 copy color: '#43EAB4'

red 67 ◦ green 234 ◦ blue 180

#43EAB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #43EAB4

Tints of Turquoise #43EAB4

RGB

 RED value IS 67 (26.56% from 255) = 13.93%

 GREEN value IS 234 (91.8% from 255) = 48.65%

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 13.93%
G = 48.65%
B = 37.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#43EAB4 (or 0x43EAB4) is known color: Turquoise. HEX triplet: 43, EA and B4. RGB value is (67,234,180). Sum of RGB (Red+Green+Blue) = 67+234+180=481 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.93% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #43EAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EAB4 is #BC154B. Grayscale: #B1B1B1. Windows color (decimal): -12326220 or 11856451. OLE color: 11856451.

HSL color Cylindrical-coordinate representation of color #43EAB4: hue angle of 160.6º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43EAB4 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 67 234 180 -
CMYK 0.71 0 0.23 0.08
HSL 160.6º 0.8% 0.59% -
HSV(B) 160.6º 0.71% 0.92% -
XYZ 39.98 63.33 53.3 -
YUV 177.91 129.17 48.89 -
System Red Green Blue C M Y K H S L
Decimal 67 234 180 0.71 0 0.23 0.08 160.6 0.8 0.59
Hex 43 EA B4 47 0 17 8 A1 50 3B
Octal 103 352 264 107 0 27 10 241 120 73
Binary 1000011 11101010 10110100 1000111 0 10111 1000 10100001 1010000 111011

Color Harmonies of #43EAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EAB4

Black with #43EAB4

Text Example


Text Example

White with #43EAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,234,180); }

 H1.HeaderClassName
 {
   color: #43EAB4;
 }
 .AnyTagClassName
 {
   color: #43EAB4;
 }
</style>

background-color css

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

 a { background-color: rgb(67,234,180); }

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

border-color css

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

 span { border-color: rgb(67,234,180); }

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