Html Css Color HEX #43EBBE Turquoise

📋 copy color: '#43EBBE'

red 67 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #43EBBE

Tints of Turquoise #43EBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 13.62%
G = 47.76%
B = 38.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#43EBBE (or 0x43EBBE) is known color: Turquoise. HEX triplet: 43, EB and BE. RGB value is (67,235,190). Sum of RGB (Red+Green+Blue) = 67+235+190=492 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.62% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #43EBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EBBE is #BC1441. Grayscale: #B3B3B3. Windows color (decimal): -12325954 or 12512067. OLE color: 12512067.

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

Color convert

RGB 67 235 190 -
CMYK 0.71 0 0.19 0.08
HSL 163.93º 0.81% 0.59% -
HSV(B) 163.93º 0.71% 0.92% -
XYZ 41.32 64.33 58.95 -
YUV 179.64 133.84 47.66 -
System Red Green Blue C M Y K H S L
Decimal 67 235 190 0.71 0 0.19 0.08 163.93 0.81 0.59
Hex 43 EB BE 47 0 13 8 A4 51 3B
Octal 103 353 276 107 0 23 10 244 121 73
Binary 1000011 11101011 10111110 1000111 0 10011 1000 10100100 1010001 111011

Color Harmonies of #43EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EBBE

Black with #43EBBE

Text Example


Text Example

White with #43EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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