#43F9D4

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

Shades of Turquoise #43F9D4

Tints of Turquoise #43F9D4

Color information

#43F9D4 (or 0x43F9D4) is unknown color: approx Turquoise. HEX triplet: 43, F9 and D4. RGB value is (67,249,212). Sum of RGB (Red+Green+Blue) = 67+249+212=528 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.69% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #43F9D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F9D4 is #BC062B. Grayscale: #BEBEBE. Windows color (decimal): -12322348 or 13957443. OLE color: 13957443.

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

Color convert

RGB67249212-
CMYK0.7300.150.02
HSL167.8º93.81%61.96%-
HSV(B)167.8º73.09%97.65%-
XYZ48.0773.773.98-
YUV190.36140.240.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.69%
GREEN value IS 249 (97.66% from 255) = 47.16%
BLUE value IS 212 (83.20% from 255) = 40.15%
R=12.69%
G=47.16%
B=40.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal672492120.7300.150.02167.893.8161.96
Hex43F9D4490F2a85e3e
Octal103371324111017225013676
Binary1000011111110011101010010010010111110101010001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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