#41F3C4

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

Shades of Turquoise #41F3C4

Tints of Turquoise #41F3C4

Color information

#41F3C4 (or 0x41F3C4) is unknown color: approx Turquoise. HEX triplet: 41, F3 and C4. RGB value is (65,243,196). Sum of RGB (Red+Green+Blue) = 65+243+196=504 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.90% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #41F3C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F3C4 is #BE0C3B. Grayscale: #B8B8B8. Windows color (decimal): -12454972 or 12907329. OLE color: 12907329.

HSL color Cylindrical-coordinate representation of color #41F3C4: hue angle of 164.16º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F3C4 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB65243196-
CMYK0.7300.190.05
HSL164.16º88.12%60.39%-
HSV(B)164.16º73.25%95.29%-
XYZ44.1969.2163.25-
YUV184.42134.5342.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.90%
GREEN value IS 243 (95.31% from 255) = 48.21%
BLUE value IS 196 (76.95% from 255) = 38.89%
R=12.90%
G=48.21%
B=38.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652431960.7300.190.05164.1688.1260.39
Hex41F3C4490135a4583c
Octal101363304111023524413074
Binary100000111110011110001001001001010011101101001001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41F3C4; }

 p { color: rgb(65,243,196); }

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

<style>
 a { background-color: #41F3C4; }

 a { background-color: rgb(65,243,196); }

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

<style>
 span { border-color: #41F3C4; }

 span { border-color: rgb(65,243,196); }

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