#43FAF0

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

Shades of Turquoise #43FAF0

Tints of Turquoise #43FAF0

Color information

#43FAF0 (or 0x43FAF0) is unknown color: approx Turquoise. HEX triplet: 43, FA and F0. RGB value is (67,250,240). Sum of RGB (Red+Green+Blue) = 67+250+240=557 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.03% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #43FAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FAF0 is #BC050F. Grayscale: #C2C2C2. Windows color (decimal): -12322064 or 15792707. OLE color: 15792707.

HSL color Cylindrical-coordinate representation of color #43FAF0: hue angle of 176.72º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FAF0 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB67250240-
CMYK0.7300.040.02
HSL176.72º94.82%62.16%-
HSV(B)176.72º73.2%98.04%-
XYZ52.2375.8694.33-
YUV194.14153.8737.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.03%
GREEN value IS 250 (98.05% from 255) = 44.88%
BLUE value IS 240 (94.14% from 255) = 43.09%
R=12.03%
G=44.88%
B=43.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal672502400.7300.040.02176.7294.8262.16
Hex43FAF049042b15f3e
Octal10337236011104226113776
Binary100001111111010111100001001001010010101100011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43FAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,250,240); }

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

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

 a { background-color: rgb(67,250,240); }

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

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

 span { border-color: rgb(67,250,240); }

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