Html Css Color HEX #43DDC4 Turquoise

📋 copy color: '#43DDC4'

red 67 ◦ green 221 ◦ blue 196

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

Shades of Turquoise #43DDC4

Tints of Turquoise #43DDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.66%

 BLUE value IS 196 (76.95% from 255) = 40.5%

R = 13.84%
G = 45.66%
B = 40.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#43DDC4 (or 0x43DDC4) is known color: Turquoise. HEX triplet: 43, DD and C4. RGB value is (67,221,196). Sum of RGB (Red+Green+Blue) = 67+221+196=484 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.84% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #43DDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DDC4 is #BC223B. Grayscale: #ACACAC. Windows color (decimal): -12329532 or 12901699. OLE color: 12901699.

HSL color Cylindrical-coordinate representation of color #43DDC4: hue angle of 170.26º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DDC4 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 221 196 -
CMYK 0.70 0 0.11 0.13
HSL 170.26º 0.69% 0.56% -
HSV(B) 170.26º 0.7% 0.87% -
XYZ 38.14 56.89 61.2 -
YUV 172.1 141.48 53.03 -
System Red Green Blue C M Y K H S L
Decimal 67 221 196 0.70 0 0.11 0.13 170.26 0.69 0.56
Hex 43 DD C4 46 0 B D AA 45 38
Octal 103 335 304 106 0 13 15 252 105 70
Binary 1000011 11011101 11000100 1000110 0 1011 1101 10101010 1000101 111000

Color Harmonies of #43DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DDC4

Black with #43DDC4

Text Example


Text Example

White with #43DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,221,196); }

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

background-color css

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

 a { background-color: rgb(67,221,196); }

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

border-color css

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

 span { border-color: rgb(67,221,196); }

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