#41FFDE

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

Shades of Turquoise #41FFDE

Tints of Turquoise #41FFDE

Color information

#41FFDE (or 0x41FFDE) is unknown color: approx Turquoise. HEX triplet: 41, FF and DE. RGB value is (65,255,222). Sum of RGB (Red+Green+Blue) = 65+255+222=542 (71% of max value = 765). Red value is 65 (25.78% from 255 or 11.99% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFDE is #BE0021. Grayscale: #C2C2C2. Windows color (decimal): -12451874 or 14614337. OLE color: 14614337.

HSL color Cylindrical-coordinate representation of color #41FFDE: hue angle of 169.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFDE is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB65255222-
CMYK0.7500.130
HSL169.58º100%62.75%-
HSV(B)169.58º74.51%100%-
XYZ51.1277.9281.45-
YUV194.43143.5535.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.99%
GREEN value IS 255 (100% from 255) = 47.05%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=11.99%
G=47.05%
B=40.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal652552220.7500.130169.5810062.75
Hex41FFDE4B0D0aa643f
Octal101377336113015025214477
Binary100000111111111110111101001011011010101010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,255,222); }

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

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

 a { background-color: rgb(65,255,222); }

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

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

 span { border-color: rgb(65,255,222); }

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