#43CCCC

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

Shades of Medium Turquoise #43CCCC

Tints of Medium Turquoise #43CCCC

Color information

#43CCCC (or 0x43CCCC) is unknown color: approx Medium Turquoise. HEX triplet: 43, CC and CC. RGB value is (67,204,204). Sum of RGB (Red+Green+Blue) = 67+204+204=475 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.11% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #43CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCCC is #BC3333. Grayscale: #A2A2A2. Windows color (decimal): -12333876 or 13421635. OLE color: 13421635.

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

Color convert

RGB67204204-
CMYK0.67000.2
HSL180º57.32%53.14%-
HSV(B)180º67.16%80%-
XYZ34.8148.7464.7-
YUV163.04151.1159.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.11%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=14.11%
G=42.95%
B=42.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal672042040.67000.218057.3253.14
Hex43CCCC430014b43935
Octal10331431410300242647165
Binary100001111001100110011001000011001010010110100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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