Html Css Color HEX #43D4DC Medium Turquoise

📋 copy color: '#43D4DC'

red 67 ◦ green 212 ◦ blue 220

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

Shades of Medium Turquoise #43D4DC

Tints of Medium Turquoise #43D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.48%

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

R = 13.43%
G = 42.48%
B = 44.09%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#43D4DC (or 0x43D4DC) is known color: Medium Turquoise. HEX triplet: 43, D4 and DC. RGB value is (67,212,220). Sum of RGB (Red+Green+Blue) = 67+212+220=499 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.43% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #43D4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D4DC is #BC2B23. Grayscale: #A9A9A9. Windows color (decimal): -12331812 or 14472259. OLE color: 14472259.

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

Color convert

RGB 67 212 220 -
CMYK 0.70 0.04 0 0.14
HSL 183.14º 0.69% 0.56% -
HSV(B) 183.14º 0.7% 0.86% -
XYZ 38.78 53.45 75.98 -
YUV 169.56 156.46 54.85 -
System Red Green Blue C M Y K H S L
Decimal 67 212 220 0.70 0.04 0 0.14 183.14 0.69 0.56
Hex 43 D4 DC 46 4 0 E B7 45 38
Octal 103 324 334 106 4 0 16 267 105 70
Binary 1000011 11010100 11011100 1000110 100 0 1110 10110111 1000101 111000

Color Harmonies of #43D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43D4DC

Black with #43D4DC

Text Example


Text Example

White with #43D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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