#41F9C3

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

Shades of Turquoise #41F9C3

Tints of Turquoise #41F9C3

Color information

#41F9C3 (or 0x41F9C3) is unknown color: approx Turquoise. HEX triplet: 41, F9 and C3. RGB value is (65,249,195). Sum of RGB (Red+Green+Blue) = 65+249+195=509 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.77% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #41F9C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F9C3 is #BE063C. Grayscale: #BBBBBB. Windows color (decimal): -12453437 or 12843329. OLE color: 12843329.

HSL color Cylindrical-coordinate representation of color #41F9C3: hue angle of 162.39º 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 #41F9C3 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB65249195-
CMYK0.7400.220.02
HSL162.39º93.88%61.57%-
HSV(B)162.39º73.9%97.65%-
XYZ45.9172.8263.27-
YUV187.83132.0440.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.77%
GREEN value IS 249 (97.66% from 255) = 48.92%
BLUE value IS 195 (76.56% from 255) = 38.31%
R=12.77%
G=48.92%
B=38.31%

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
Decimal652491950.7400.220.02162.3993.8861.57
Hex41F9C34A0162a25e3e
Octal101371303112026224213676
Binary10000011111100111000011100101001011010101000101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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