Html Css Color HEX #43EBDC Turquoise

📋 copy color: '#43EBDC'

red 67 ◦ green 235 ◦ blue 220

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

Shades of Turquoise #43EBDC

Tints of Turquoise #43EBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 12.84%
G = 45.02%
B = 42.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#43EBDC (or 0x43EBDC) is known color: Turquoise. HEX triplet: 43, EB and DC. RGB value is (67,235,220). Sum of RGB (Red+Green+Blue) = 67+235+220=522 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.84% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #43EBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EBDC is #BC1423. Grayscale: #B6B6B6. Windows color (decimal): -12325924 or 14478147. OLE color: 14478147.

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

Color convert

RGB 67 235 220 -
CMYK 0.71 0 0.06 0.08
HSL 174.64º 0.81% 0.59% -
HSV(B) 174.64º 0.71% 0.92% -
XYZ 44.94 65.78 78.04 -
YUV 183.06 148.84 45.22 -
System Red Green Blue C M Y K H S L
Decimal 67 235 220 0.71 0 0.06 0.08 174.64 0.81 0.59
Hex 43 EB DC 47 0 6 8 AF 51 3B
Octal 103 353 334 107 0 6 10 257 121 73
Binary 1000011 11101011 11011100 1000111 0 110 1000 10101111 1010001 111011

Color Harmonies of #43EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EBDC

Black with #43EBDC

Text Example


Text Example

White with #43EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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