#43CABA

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

Shades of Medium Turquoise #43CABA

Tints of Medium Turquoise #43CABA

Color information

#43CABA (or 0x43CABA) is unknown color: approx Medium Turquoise. HEX triplet: 43, CA and BA. RGB value is (67,202,186). Sum of RGB (Red+Green+Blue) = 67+202+186=455 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.73% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #43CABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CABA is #BC3545. Grayscale: #9F9F9F. Windows color (decimal): -12334406 or 12241475. OLE color: 12241475.

HSL color Cylindrical-coordinate representation of color #43CABA: hue angle of 172.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CABA is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB67202186-
CMYK0.6700.080.21
HSL172.89º56.02%52.75%-
HSV(B)172.89º66.83%79.22%-
XYZ32.346.9853.82-
YUV159.81142.7761.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.73%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=14.73%
G=44.40%
B=40.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal672021860.6700.080.21172.8956.0252.75
Hex43CABA430815ad3835
Octal103312272103010252557065
Binary100001111001010101110101000011010001010110101101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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