#43C8DF

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

Shades of Medium Turquoise #43C8DF

Tints of Medium Turquoise #43C8DF

Color information

#43C8DF (or 0x43C8DF) is unknown color: approx Medium Turquoise. HEX triplet: 43, C8 and DF. RGB value is (67,200,223). Sum of RGB (Red+Green+Blue) = 67+200+223=490 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.67% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #43C8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43C8DF is #BC3720. Grayscale: #A2A2A2. Windows color (decimal): -12334881 or 14665795. OLE color: 14665795.

HSL color Cylindrical-coordinate representation of color #43C8DF: hue angle of 188.85º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43C8DF is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB67200223-
CMYK0.700.1000.13
HSL188.85º70.91%56.86%-
HSV(B)188.85º69.96%87.45%-
XYZ36.2947.8377.13-
YUV162.85161.9459.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.67%
GREEN value IS 200 (78.52% from 255) = 40.82%
BLUE value IS 223 (87.5% from 255) = 45.51%
R=13.67%
G=40.82%
B=45.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal672002230.700.1000.13188.8570.9156.86
Hex43C8DF46A0Dbd4739
Octal1033103371061201527510771
Binary100001111001000110111111000110101001101101111011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,200,223); }

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

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

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

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

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

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

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