#43F1BD

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

Shades of Turquoise #43F1BD

Tints of Turquoise #43F1BD

Color information

#43F1BD (or 0x43F1BD) is unknown color: approx Turquoise. HEX triplet: 43, F1 and BD. RGB value is (67,241,189). Sum of RGB (Red+Green+Blue) = 67+241+189=497 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.48% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #43F1BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F1BD is #BC0E42. Grayscale: #B7B7B7. Windows color (decimal): -12324419 or 12448067. OLE color: 12448067.

HSL color Cylindrical-coordinate representation of color #43F1BD: hue angle of 162.07º 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 #43F1BD is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB67241189-
CMYK0.7200.220.05
HSL162.07º86.14%60.39%-
HSV(B)162.07º72.2%94.51%-
XYZ42.9667.7858.96-
YUV183.05131.3545.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.48%
GREEN value IS 241 (94.53% from 255) = 48.49%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=13.48%
G=48.49%
B=38.03%

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
Decimal672411890.7200.220.05162.0786.1460.39
Hex43F1BD480165a2563c
Octal103361275110026524212674
Binary100001111110001101111011001000010110101101000101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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