#43F4BC

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

Shades of Turquoise #43F4BC

Tints of Turquoise #43F4BC

Color information

#43F4BC (or 0x43F4BC) is unknown color: approx Turquoise. HEX triplet: 43, F4 and BC. RGB value is (67,244,188). Sum of RGB (Red+Green+Blue) = 67+244+188=499 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.43% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #43F4BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F4BC is #BC0B43. Grayscale: #B8B8B8. Windows color (decimal): -12323652 or 12383299. OLE color: 12383299.

HSL color Cylindrical-coordinate representation of color #43F4BC: hue angle of 161.02º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43F4BC is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB67244188-
CMYK0.7300.230.04
HSL161.02º88.94%60.98%-
HSV(B)161.02º72.54%95.69%-
XYZ43.7469.5358.69-
YUV184.69129.8644.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.43%
GREEN value IS 244 (95.70% from 255) = 48.90%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=13.43%
G=48.90%
B=37.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal672441880.7300.230.04161.0288.9460.98
Hex43F4BC490174a1593d
Octal103364274111027424113175
Binary100001111110100101111001001001010111100101000011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,244,188); }

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

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

 a { background-color: rgb(67,244,188); }

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

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

 span { border-color: rgb(67,244,188); }

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