#43D2D8

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

Shades of Medium Turquoise #43D2D8

Tints of Medium Turquoise #43D2D8

Color information

#43D2D8 (or 0x43D2D8) is unknown color: approx Medium Turquoise. HEX triplet: 43, D2 and D8. RGB value is (67,210,216). Sum of RGB (Red+Green+Blue) = 67+210+216=493 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.59% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #43D2D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D2D8 is #BC2D27. Grayscale: #A7A7A7. Windows color (decimal): -12332328 or 14209603. OLE color: 14209603.

HSL color Cylindrical-coordinate representation of color #43D2D8: hue angle of 182.42º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D2D8 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB67210216-
CMYK0.690.0300.15
HSL182.42º65.64%55.49%-
HSV(B)182.42º68.98%84.71%-
XYZ37.7652.2473.06-
YUV167.93155.1256.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.59%
GREEN value IS 210 (82.42% from 255) = 42.60%
BLUE value IS 216 (84.77% from 255) = 43.81%
R=13.59%
G=42.60%
B=43.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal672102160.690.0300.15182.4265.6455.49
Hex43D2D84530Fb64237
Octal103322330105301726610267
Binary1000011110100101101100010001011101111101101101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43D2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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