Html Css Color HEX #43EDB6 Turquoise

📋 copy color: '#43EDB6'

red 67 ◦ green 237 ◦ blue 182

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

Shades of Turquoise #43EDB6

Tints of Turquoise #43EDB6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.77%

 BLUE value IS 182 (71.48% from 255) = 37.45%

R = 13.79%
G = 48.77%
B = 37.45%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#43EDB6 (or 0x43EDB6) is known color: Turquoise. HEX triplet: 43, ED and B6. RGB value is (67,237,182). Sum of RGB (Red+Green+Blue) = 67+237+182=486 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.79% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #43EDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EDB6 is #BC1249. Grayscale: #B3B3B3. Windows color (decimal): -12325450 or 11988291. OLE color: 11988291.

HSL color Cylindrical-coordinate representation of color #43EDB6: hue angle of 160.59º 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 #43EDB6 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 67 237 182 -
CMYK 0.72 0 0.23 0.07
HSL 160.59º 0.83% 0.6% -
HSV(B) 160.59º 0.72% 0.93% -
XYZ 41.04 65.14 54.67 -
YUV 179.9 129.18 47.47 -
System Red Green Blue C M Y K H S L
Decimal 67 237 182 0.72 0 0.23 0.07 160.59 0.83 0.6
Hex 43 ED B6 48 0 17 7 A1 53 3C
Octal 103 355 266 110 0 27 7 241 123 74
Binary 1000011 11101101 10110110 1001000 0 10111 111 10100001 1010011 111100

Color Harmonies of #43EDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EDB6

Black with #43EDB6

Text Example


Text Example

White with #43EDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,237,182); }

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

background-color css

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

 a { background-color: rgb(67,237,182); }

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

border-color css

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

 span { border-color: rgb(67,237,182); }

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