#41F9C2

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

Shades of Turquoise #41F9C2

Tints of Turquoise #41F9C2

Color information

#41F9C2 (or 0x41F9C2) is unknown color: approx Turquoise. HEX triplet: 41, F9 and C2. RGB value is (65,249,194). Sum of RGB (Red+Green+Blue) = 65+249+194=508 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.80% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #41F9C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F9C2 is #BE063D. Grayscale: #BBBBBB. Windows color (decimal): -12453438 or 12777793. OLE color: 12777793.

HSL color Cylindrical-coordinate representation of color #41F9C2: hue angle of 162.07º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F9C2 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB65249194-
CMYK0.7400.220.02
HSL162.07º93.88%61.57%-
HSV(B)162.07º73.9%97.65%-
XYZ45.7972.7762.67-
YUV187.71131.5440.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.80%
GREEN value IS 249 (97.66% from 255) = 49.02%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=12.80%
G=49.02%
B=38.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal652491940.7400.220.02162.0793.8861.57
Hex41F9C24A0162a25e3e
Octal101371302112026224213676
Binary10000011111100111000010100101001011010101000101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,249,194); }

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

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

 a { background-color: rgb(65,249,194); }

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

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

 span { border-color: rgb(65,249,194); }

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