Html Css Color HEX #43EBC3 Turquoise

📋 copy color: '#43EBC3'

red 67 ◦ green 235 ◦ blue 195

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

Shades of Turquoise #43EBC3

Tints of Turquoise #43EBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.24%

R = 13.48%
G = 47.28%
B = 39.24%

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

#43EBC3 (or 0x43EBC3) is known color: Turquoise. HEX triplet: 43, EB and C3. RGB value is (67,235,195). Sum of RGB (Red+Green+Blue) = 67+235+195=497 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.48% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #43EBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EBC3 is #BC143C. Grayscale: #B4B4B4. Windows color (decimal): -12325949 or 12839747. OLE color: 12839747.

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

Color convert

RGB 67 235 195 -
CMYK 0.71 0 0.17 0.08
HSL 165.71º 0.81% 0.59% -
HSV(B) 165.71º 0.71% 0.92% -
XYZ 41.87 64.55 61.88 -
YUV 180.21 136.34 47.25 -
System Red Green Blue C M Y K H S L
Decimal 67 235 195 0.71 0 0.17 0.08 165.71 0.81 0.59
Hex 43 EB C3 47 0 11 8 A6 51 3B
Octal 103 353 303 107 0 21 10 246 121 73
Binary 1000011 11101011 11000011 1000111 0 10001 1000 10100110 1010001 111011

Color Harmonies of #43EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EBC3

Black with #43EBC3

Text Example


Text Example

White with #43EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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