#41D6CE

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

Shades of Medium Turquoise #41D6CE

Tints of Medium Turquoise #41D6CE

Color information

#41D6CE (or 0x41D6CE) is unknown color: approx Medium Turquoise. HEX triplet: 41, D6 and CE. RGB value is (65,214,206). Sum of RGB (Red+Green+Blue) = 65+214+206=485 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.40% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #41D6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D6CE is #BE2931. Grayscale: #A8A8A8. Windows color (decimal): -12462386 or 13555265. OLE color: 13555265.

HSL color Cylindrical-coordinate representation of color #41D6CE: hue angle of 176.78º 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 #41D6CE is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB65214206-
CMYK0.7000.040.16
HSL176.78º64.5%54.71%-
HSV(B)176.78º69.63%83.92%-
XYZ37.3753.6766.78-
YUV168.54149.1454.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.40%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=13.40%
G=44.12%
B=42.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal652142060.7000.040.16176.7864.554.71
Hex41D6CE460410b14137
Octal101326316106042026110167
Binary100000111010110110011101000110010010000101100011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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