#43F9DE

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

Shades of Turquoise #43F9DE

Tints of Turquoise #43F9DE

Color information

#43F9DE (or 0x43F9DE) is unknown color: approx Turquoise. HEX triplet: 43, F9 and DE. RGB value is (67,249,222). Sum of RGB (Red+Green+Blue) = 67+249+222=538 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.45% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #43F9DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F9DE is #BC0621. Grayscale: #BFBFBF. Windows color (decimal): -12322338 or 14612803. OLE color: 14612803.

HSL color Cylindrical-coordinate representation of color #43F9DE: hue angle of 171.1º degrees, saturation: 0.94, 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 #43F9DE is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB67249222-
CMYK0.7300.110.02
HSL171.1º93.81%61.96%-
HSV(B)171.1º73.09%97.65%-
XYZ49.3874.2280.83-
YUV191.5145.239.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.45%
GREEN value IS 249 (97.66% from 255) = 46.28%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=12.45%
G=46.28%
B=41.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal672492220.7300.110.02171.193.8161.96
Hex43F9DE490B2ab5e3e
Octal103371336111013225313676
Binary1000011111110011101111010010010101110101010111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,249,222); }

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

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

 a { background-color: rgb(67,249,222); }

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

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

 span { border-color: rgb(67,249,222); }

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