#43C5D6

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

Shades of Medium Turquoise #43C5D6

Tints of Medium Turquoise #43C5D6

Color information

#43C5D6 (or 0x43C5D6) is unknown color: approx Medium Turquoise. HEX triplet: 43, C5 and D6. RGB value is (67,197,214). Sum of RGB (Red+Green+Blue) = 67+197+214=478 (63% of max value = 765). Red value is 67 (26.56% from 255 or 14.02% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #43C5D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C5D6 is #BC3A29. Grayscale: #9F9F9F. Windows color (decimal): -12335658 or 14075203. OLE color: 14075203.

HSL color Cylindrical-coordinate representation of color #43C5D6: hue angle of 186.94º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43C5D6 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB67197214-
CMYK0.690.0800.16
HSL186.94º64.19%55.1%-
HSV(B)186.94º68.69%83.92%-
XYZ34.4245.9870.68-
YUV160.07158.4361.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.02%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 214 (83.98% from 255) = 44.77%
R=14.02%
G=41.21%
B=44.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal671972140.690.0800.16186.9464.1955.1
Hex43C5D6458010bb4037
Octal1033053261051002027310067
Binary1000011110001011101011010001011000010000101110111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,197,214); }

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

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

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

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

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

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

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