Html Css Color HEX #43EBC2 Turquoise

📋 copy color: '#43EBC2'

red 67 ◦ green 235 ◦ blue 194

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

Shades of Turquoise #43EBC2

Tints of Turquoise #43EBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.38%

 BLUE value IS 194 (76.17% from 255) = 39.11%

R = 13.51%
G = 47.38%
B = 39.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#43EBC2 (or 0x43EBC2) is known color: Turquoise. HEX triplet: 43, EB and C2. RGB value is (67,235,194). Sum of RGB (Red+Green+Blue) = 67+235+194=496 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.51% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #43EBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EBC2 is #BC143D. Grayscale: #B4B4B4. Windows color (decimal): -12325950 or 12774211. OLE color: 12774211.

HSL color Cylindrical-coordinate representation of color #43EBC2: hue angle of 165.36º degrees, saturation: 0.81, 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 #43EBC2 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 67 235 194 -
CMYK 0.71 0 0.17 0.08
HSL 165.36º 0.81% 0.59% -
HSV(B) 165.36º 0.71% 0.92% -
XYZ 41.76 64.51 61.29 -
YUV 180.09 135.84 47.33 -
System Red Green Blue C M Y K H S L
Decimal 67 235 194 0.71 0 0.17 0.08 165.36 0.81 0.59
Hex 43 EB C2 47 0 11 8 A5 51 3B
Octal 103 353 302 107 0 21 10 245 121 73
Binary 1000011 11101011 11000010 1000111 0 10001 1000 10100101 1010001 111011

Color Harmonies of #43EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EBC2

Black with #43EBC2

Text Example


Text Example

White with #43EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,235,194); }

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

background-color css

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

 a { background-color: rgb(67,235,194); }

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

border-color css

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

 span { border-color: rgb(67,235,194); }

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