#43CACC

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

Shades of Medium Turquoise #43CACC

Tints of Medium Turquoise #43CACC

Color information

#43CACC (or 0x43CACC) is unknown color: approx Medium Turquoise. HEX triplet: 43, CA and CC. RGB value is (67,202,204). Sum of RGB (Red+Green+Blue) = 67+202+204=473 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.16% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #43CACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CACC is #BC3533. Grayscale: #A1A1A1. Windows color (decimal): -12334388 or 13421123. OLE color: 13421123.

HSL color Cylindrical-coordinate representation of color #43CACC: hue angle of 180.88º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CACC is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB67202204-
CMYK0.670.0100.2
HSL180.88º57.32%53.14%-
HSV(B)180.88º67.16%80%-
XYZ34.3347.7964.54-
YUV161.86151.7760.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.16%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=14.16%
G=42.71%
B=43.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal672022040.670.0100.2180.8857.3253.14
Hex43CACC431014b53935
Octal10331231410310242657165
Binary100001111001010110011001000011101010010110101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,202,204); }

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

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

 a { background-color: rgb(67,202,204); }

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

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

 span { border-color: rgb(67,202,204); }

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