#43CBB3

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

Shades of Medium Turquoise #43CBB3

Tints of Medium Turquoise #43CBB3

Color information

#43CBB3 (or 0x43CBB3) is unknown color: approx Medium Turquoise. HEX triplet: 43, CB and B3. RGB value is (67,203,179). Sum of RGB (Red+Green+Blue) = 67+203+179=449 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.92% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #43CBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBB3 is #BC344C. Grayscale: #9F9F9F. Windows color (decimal): -12334157 or 11782979. OLE color: 11782979.

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

Color convert

RGB67203179-
CMYK0.6700.120.20
HSL169.41º56.67%52.94%-
HSV(B)169.41º67%79.61%-
XYZ31.8147.1650.07-
YUV159.6138.9461.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.92%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 179 (70.31% from 255) = 39.87%
R=14.92%
G=45.21%
B=39.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal672031790.6700.120.20169.4156.6752.94
Hex43CBB3430C14a93935
Octal103313263103014242517165
Binary100001111001011101100111000011011001010010101001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,203,179); }

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

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

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

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

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

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

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