#43C2CE

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

Shades of Medium Turquoise #43C2CE

Tints of Medium Turquoise #43C2CE

Color information

#43C2CE (or 0x43C2CE) is unknown color: approx Medium Turquoise. HEX triplet: 43, C2 and CE. RGB value is (67,194,206). Sum of RGB (Red+Green+Blue) = 67+194+206=467 (61% of max value = 765). Red value is 67 (26.56% from 255 or 14.35% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #43C2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C2CE is #BC3D31. Grayscale: #9D9D9D. Windows color (decimal): -12336434 or 13550147. OLE color: 13550147.

HSL color Cylindrical-coordinate representation of color #43C2CE: hue angle of 185.18º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C2CE is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB67194206-
CMYK0.670.0600.19
HSL185.18º58.65%53.53%-
HSV(B)185.18º67.48%80.78%-
XYZ32.7544.2365.2-
YUV157.4155.4263.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.35%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=14.35%
G=41.54%
B=44.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal671942060.670.0600.19185.1858.6553.53
Hex43C2CE436013b93b36
Octal10330231610360232717366
Binary10000111100001011001110100001111001001110111001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,194,206); }

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

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

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

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

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

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

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