#43F5BC

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

Shades of Turquoise #43F5BC

Tints of Turquoise #43F5BC

Color information

#43F5BC (or 0x43F5BC) is unknown color: approx Turquoise. HEX triplet: 43, F5 and BC. RGB value is (67,245,188). Sum of RGB (Red+Green+Blue) = 67+245+188=500 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.4% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #43F5BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F5BC is #BC0A43. Grayscale: #B9B9B9. Windows color (decimal): -12323396 or 12383555. OLE color: 12383555.

HSL color Cylindrical-coordinate representation of color #43F5BC: hue angle of 160.79º degrees, saturation: 0.9, 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 #43F5BC is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB67245188-
CMYK0.7300.230.04
HSL160.79º89.9%61.18%-
HSV(B)160.79º72.65%96.08%-
XYZ44.0470.1358.79-
YUV185.28129.5343.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.4%
GREEN value IS 245 (96.09% from 255) = 49%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=13.4%
G=49%
B=37.6%

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
Decimal672451880.7300.230.04160.7989.961.18
Hex43F5BC490174a15a3d
Octal103365274111027424113275
Binary100001111110101101111001001001010111100101000011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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