#43F1BC

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

Shades of Turquoise #43F1BC

Tints of Turquoise #43F1BC

Color information

#43F1BC (or 0x43F1BC) is unknown color: approx Turquoise. HEX triplet: 43, F1 and BC. RGB value is (67,241,188). Sum of RGB (Red+Green+Blue) = 67+241+188=496 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.51% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #43F1BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F1BC is #BC0E43. Grayscale: #B6B6B6. Windows color (decimal): -12324420 or 12382531. OLE color: 12382531.

HSL color Cylindrical-coordinate representation of color #43F1BC: hue angle of 161.72º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43F1BC is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB67241188-
CMYK0.7200.220.05
HSL161.72º86.14%60.39%-
HSV(B)161.72º72.2%94.51%-
XYZ42.8567.7358.39-
YUV182.93130.8545.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.51%
GREEN value IS 241 (94.53% from 255) = 48.59%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=13.51%
G=48.59%
B=37.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal672411880.7200.220.05161.7286.1460.39
Hex43F1BC480165a2563c
Octal103361274110026524212674
Binary100001111110001101111001001000010110101101000101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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