Html Css Color HEX #43E0B4 Turquoise

📋 copy color: '#43E0B4'

red 67 ◦ green 224 ◦ blue 180

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

Shades of Turquoise #43E0B4

Tints of Turquoise #43E0B4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.56%

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

R = 14.23%
G = 47.56%
B = 38.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#43E0B4 (or 0x43E0B4) is known color: Turquoise. HEX triplet: 43, E0 and B4. RGB value is (67,224,180). Sum of RGB (Red+Green+Blue) = 67+224+180=471 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.23% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #43E0B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E0B4 is #BC1F4B. Grayscale: #ACACAC. Windows color (decimal): -12328780 or 11853891. OLE color: 11853891.

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

Color convert

RGB 67 224 180 -
CMYK 0.70 0 0.20 0.12
HSL 163.18º 0.72% 0.57% -
HSV(B) 163.18º 0.7% 0.88% -
XYZ 37.21 57.8 52.38 -
YUV 172.04 132.49 53.08 -
System Red Green Blue C M Y K H S L
Decimal 67 224 180 0.70 0 0.20 0.12 163.18 0.72 0.57
Hex 43 E0 B4 46 0 14 C A3 48 39
Octal 103 340 264 106 0 24 14 243 110 71
Binary 1000011 11100000 10110100 1000110 0 10100 1100 10100011 1001000 111001

Color Harmonies of #43E0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43E0B4

Black with #43E0B4

Text Example


Text Example

White with #43E0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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