#43CCCA

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

Shades of Medium Turquoise #43CCCA

Tints of Medium Turquoise #43CCCA

Color information

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

HSL color Cylindrical-coordinate representation of color #43CCCA: hue angle of 179.12º 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 #43CCCA is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB67204202-
CMYK0.6700.010.2
HSL179.12º57.32%53.14%-
HSV(B)179.12º67.16%80%-
XYZ34.5748.6463.44-
YUV162.81150.1159.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal672042020.6700.010.2179.1257.3253.14
Hex43CCCA430114b33935
Octal10331431210301242637165
Binary100001111001100110010101000011011010010110011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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