Html Css Color HEX #43DDC6 Turquoise

📋 copy color: '#43DDC6'

red 67 ◦ green 221 ◦ blue 198

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

Shades of Turquoise #43DDC6

Tints of Turquoise #43DDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.74%

R = 13.79%
G = 45.47%
B = 40.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#43DDC6 (or 0x43DDC6) is known color: Turquoise. HEX triplet: 43, DD and C6. RGB value is (67,221,198). Sum of RGB (Red+Green+Blue) = 67+221+198=486 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.79% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #43DDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DDC6 is #BC2239. Grayscale: #ACACAC. Windows color (decimal): -12329530 or 13032771. OLE color: 13032771.

HSL color Cylindrical-coordinate representation of color #43DDC6: hue angle of 171.04º 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 #43DDC6 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 221 198 -
CMYK 0.70 0 0.10 0.13
HSL 171.04º 0.69% 0.56% -
HSV(B) 171.04º 0.7% 0.87% -
XYZ 38.36 56.98 62.4 -
YUV 172.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 67 221 198 0.70 0 0.10 0.13 171.04 0.69 0.56
Hex 43 DD C6 46 0 A D AB 45 38
Octal 103 335 306 106 0 12 15 253 105 70
Binary 1000011 11011101 11000110 1000110 0 1010 1101 10101011 1000101 111000

Color Harmonies of #43DDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DDC6

Black with #43DDC6

Text Example


Text Example

White with #43DDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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