Html Css Color HEX #43EDB2 Turquoise

📋 copy color: '#43EDB2'

red 67 ◦ green 237 ◦ blue 178

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

Shades of Turquoise #43EDB2

Tints of Turquoise #43EDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 13.9%
G = 49.17%
B = 36.93%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#43EDB2 (or 0x43EDB2) is known color: Turquoise. HEX triplet: 43, ED and B2. RGB value is (67,237,178). Sum of RGB (Red+Green+Blue) = 67+237+178=482 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.90% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #43EDB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #43EDB2 is #BC124D. Grayscale: #B3B3B3. Windows color (decimal): -12325454 or 11726147. OLE color: 11726147.

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

Color convert

RGB 67 237 178 -
CMYK 0.72 0 0.25 0.07
HSL 159.18º 0.83% 0.6% -
HSV(B) 159.18º 0.72% 0.93% -
XYZ 40.63 64.98 52.52 -
YUV 179.44 127.18 47.8 -
System Red Green Blue C M Y K H S L
Decimal 67 237 178 0.72 0 0.25 0.07 159.18 0.83 0.6
Hex 43 ED B2 48 0 19 7 9F 53 3C
Octal 103 355 262 110 0 31 7 237 123 74
Binary 1000011 11101101 10110010 1001000 0 11001 111 10011111 1010011 111100

Color Harmonies of #43EDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EDB2

Black with #43EDB2

Text Example


Text Example

White with #43EDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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