#43F0C3

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

Shades of Turquoise #43F0C3

Tints of Turquoise #43F0C3

Color information

#43F0C3 (or 0x43F0C3) is unknown color: approx Turquoise. HEX triplet: 43, F0 and C3. RGB value is (67,240,195). Sum of RGB (Red+Green+Blue) = 67+240+195=502 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.35% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #43F0C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F0C3 is #BC0F3C. Grayscale: #B7B7B7. Windows color (decimal): -12324669 or 12841027. OLE color: 12841027.

HSL color Cylindrical-coordinate representation of color #43F0C3: hue angle of 164.39º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43F0C3 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB67240195-
CMYK0.7200.190.06
HSL164.39º85.22%60.2%-
HSV(B)164.39º72.08%94.12%-
XYZ43.3367.4562.37-
YUV183.14134.6945.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.35%
GREEN value IS 240 (94.14% from 255) = 47.81%
BLUE value IS 195 (76.56% from 255) = 38.84%
R=13.35%
G=47.81%
B=38.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal672401950.7200.190.06164.3985.2260.2
Hex43F0C3480136a4553c
Octal103360303110023624412574
Binary100001111110000110000111001000010011110101001001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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