Html Css Color HEX #43EBBC Turquoise

📋 copy color: '#43EBBC'

red 67 ◦ green 235 ◦ blue 188

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

Shades of Turquoise #43EBBC

Tints of Turquoise #43EBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 13.67%
G = 47.96%
B = 38.37%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#43EBBC (or 0x43EBBC) is known color: Turquoise. HEX triplet: 43, EB and BC. RGB value is (67,235,188). Sum of RGB (Red+Green+Blue) = 67+235+188=490 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.67% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #43EBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EBBC is #BC1443. Grayscale: #B3B3B3. Windows color (decimal): -12325956 or 12380995. OLE color: 12380995.

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

Color convert

RGB 67 235 188 -
CMYK 0.71 0 0.2 0.08
HSL 163.21º 0.81% 0.59% -
HSV(B) 163.21º 0.71% 0.92% -
XYZ 41.1 64.24 57.81 -
YUV 179.41 132.84 47.82 -
System Red Green Blue C M Y K H S L
Decimal 67 235 188 0.71 0 0.2 0.08 163.21 0.81 0.59
Hex 43 EB BC 47 0 14 8 A3 51 3B
Octal 103 353 274 107 0 24 10 243 121 73
Binary 1000011 11101011 10111100 1000111 0 10100 1000 10100011 1010001 111011

Color Harmonies of #43EBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EBBC

Black with #43EBBC

Text Example


Text Example

White with #43EBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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