#41D6C9

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

Shades of Medium Turquoise #41D6C9

Tints of Medium Turquoise #41D6C9

Color information

#41D6C9 (or 0x41D6C9) is unknown color: approx Medium Turquoise. HEX triplet: 41, D6 and C9. RGB value is (65,214,201). Sum of RGB (Red+Green+Blue) = 65+214+201=480 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.54% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #41D6C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D6C9 is #BE2936. Grayscale: #A7A7A7. Windows color (decimal): -12462391 or 13227585. OLE color: 13227585.

HSL color Cylindrical-coordinate representation of color #41D6C9: hue angle of 174.77º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D6C9 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB65214201-
CMYK0.7000.060.16
HSL174.77º64.5%54.71%-
HSV(B)174.77º69.63%83.92%-
XYZ36.7753.4363.63-
YUV167.97146.6454.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.54%
GREEN value IS 214 (83.98% from 255) = 44.58%
BLUE value IS 201 (78.91% from 255) = 41.88%
R=13.54%
G=44.58%
B=41.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal652142010.7000.060.16174.7764.554.71
Hex41D6C9460610af4137
Octal101326311106062025710167
Binary100000111010110110010011000110011010000101011111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,214,201); }

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

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

 a { background-color: rgb(65,214,201); }

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

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

 span { border-color: rgb(65,214,201); }

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