#43D2D0

Color #43D2D0 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #43D2D0

Tints of Medium Turquoise #43D2D0

Color information

#43D2D0 (or 0x43D2D0) is unknown color: approx Medium Turquoise. HEX triplet: 43, D2 and D0. RGB value is (67,210,208). Sum of RGB (Red+Green+Blue) = 67+210+208=485 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.81% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #43D2D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D2D0 is #BC2D2F. Grayscale: #A6A6A6. Windows color (decimal): -12332336 or 13685315. OLE color: 13685315.

HSL color Cylindrical-coordinate representation of color #43D2D0: hue angle of 179.16º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43D2D0 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB67210208-
CMYK0.6800.010.18
HSL179.16º61.37%54.31%-
HSV(B)179.16º68.1%82.35%-
XYZ36.7551.8467.74-
YUV167.02151.1256.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.81%
GREEN value IS 210 (82.42% from 255) = 43.30%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=13.81%
G=43.30%
B=42.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal672102080.6800.010.18179.1661.3754.31
Hex43D2D0440112b33d36
Octal10332232010401222637566
Binary100001111010010110100001000100011001010110011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43D2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,210,208); }

 H1.HeaderClassName
 {
   color: #43D2D0;
 }
 .AnyTagClassName
 {
   color: #43D2D0;
 }
</style>
background-color css

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

 a { background-color: rgb(67,210,208); }

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

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

 span { border-color: rgb(67,210,208); }

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