#41E6D2

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

Shades of Turquoise #41E6D2

Tints of Turquoise #41E6D2

Color information

#41E6D2 (or 0x41E6D2) is unknown color: approx Turquoise. HEX triplet: 41, E6 and D2. RGB value is (65,230,210). Sum of RGB (Red+Green+Blue) = 65+230+210=505 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.87% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #41E6D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E6D2 is #BE192D. Grayscale: #B2B2B2. Windows color (decimal): -12458286 or 13821505. OLE color: 13821505.

HSL color Cylindrical-coordinate representation of color #41E6D2: hue angle of 172.73º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E6D2 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB65230210-
CMYK0.7200.090.10
HSL172.73º76.74%57.84%-
HSV(B)172.73º71.74%90.2%-
XYZ42.1162.3770.79-
YUV178.38145.8447.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.87%
GREEN value IS 230 (90.23% from 255) = 45.54%
BLUE value IS 210 (82.42% from 255) = 41.58%
R=12.87%
G=45.54%
B=41.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal652302100.7200.090.10172.7376.7457.84
Hex41E6D24809Aad4d3a
Octal1013463221100111225511572
Binary100000111100110110100101001000010011010101011011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,230,210); }

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

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

 a { background-color: rgb(65,230,210); }

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

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

 span { border-color: rgb(65,230,210); }

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