#41FCAC

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

Shades of Turquoise #41FCAC

Tints of Turquoise #41FCAC

Color information

#41FCAC (or 0x41FCAC) is unknown color: approx Turquoise. HEX triplet: 41, FC and AC. RGB value is (65,252,172). Sum of RGB (Red+Green+Blue) = 65+252+172=489 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.29% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FCAC is #BE0353. Grayscale: #BBBBBB. Windows color (decimal): -12452692 or 11336769. OLE color: 11336769.

HSL color Cylindrical-coordinate representation of color #41FCAC: hue angle of 154.33º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FCAC is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB65252172-
CMYK0.7400.320.01
HSL154.33º96.89%62.16%-
HSV(B)154.33º74.21%98.82%-
XYZ44.4473.7250.92-
YUV186.97119.5541-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.29%
GREEN value IS 252 (98.83% from 255) = 51.53%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=13.29%
G=51.53%
B=35.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal652521720.7400.320.01154.3396.8962.16
Hex41FCAC4A02019a613e
Octal101374254112040123214176
Binary10000011111110010101100100101001000001100110101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,252,172); }

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

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

 a { background-color: rgb(65,252,172); }

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

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

 span { border-color: rgb(65,252,172); }

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