#43F9F5

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

Shades of Turquoise #43F9F5

Tints of Turquoise #43F9F5

Color information

#43F9F5 (or 0x43F9F5) is unknown color: approx Turquoise. HEX triplet: 43, F9 and F5. RGB value is (67,249,245). Sum of RGB (Red+Green+Blue) = 67+249+245=561 (74% of max value = 765). Red value is 67 (26.56% from 255 or 11.94% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #43F9F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43F9F5 is #BC060A. Grayscale: #C1C1C1. Windows color (decimal): -12322315 or 16120131. OLE color: 16120131.

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

Color convert

RGB67249245-
CMYK0.7300.020.02
HSL178.68º93.81%61.96%-
HSV(B)178.68º73.09%97.65%-
XYZ52.6775.5498.19-
YUV194.13156.737.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 11.94%
GREEN value IS 249 (97.66% from 255) = 44.39%
BLUE value IS 245 (96.09% from 255) = 43.67%
R=11.94%
G=44.39%
B=43.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal672492450.7300.020.02178.6893.8161.96
Hex43F9F549022b35e3e
Octal10337136511102226313676
Binary10000111111100111110101100100101010101100111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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