#43F5AD

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

Shades of Turquoise #43F5AD

Tints of Turquoise #43F5AD

Color information

#43F5AD (or 0x43F5AD) is unknown color: approx Turquoise. HEX triplet: 43, F5 and AD. RGB value is (67,245,173). Sum of RGB (Red+Green+Blue) = 67+245+173=485 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.81% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #43F5AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #43F5AD is #BC0A52. Grayscale: #B7B7B7. Windows color (decimal): -12323411 or 11400515. OLE color: 11400515.

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

Color convert

RGB67245173-
CMYK0.7300.290.04
HSL155.73º89.9%61.18%-
HSV(B)155.73º72.65%96.08%-
XYZ42.5169.5250.71-
YUV183.57122.0344.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.81%
GREEN value IS 245 (96.09% from 255) = 50.52%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=13.81%
G=50.52%
B=35.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal672451730.7300.290.04155.7389.961.18
Hex43F5AD4901D49c5a3d
Octal103365255111035423413275
Binary100001111110101101011011001001011101100100111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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