#41DFDD

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

Shades of Turquoise #41DFDD

Tints of Turquoise #41DFDD

Color information

#41DFDD (or 0x41DFDD) is unknown color: approx Turquoise. HEX triplet: 41, DF and DD. RGB value is (65,223,221). Sum of RGB (Red+Green+Blue) = 65+223+221=509 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.77% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFDD is #BE2022. Grayscale: #AFAFAF. Windows color (decimal): -12460067 or 14540609. OLE color: 14540609.

HSL color Cylindrical-coordinate representation of color #41DFDD: hue angle of 179.24º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DFDD is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB65223221-
CMYK0.7100.010.13
HSL179.24º71.17%56.47%-
HSV(B)179.24º70.85%87.45%-
XYZ41.6259.1277.62-
YUV175.53153.6549.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.77%
GREEN value IS 223 (87.5% from 255) = 43.81%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=12.77%
G=43.81%
B=43.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal652232210.7100.010.13179.2471.1756.47
Hex41DFDD4701Db34738
Octal101337335107011526310770
Binary100000111011111110111011000111011101101100111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,223,221); }

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

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

 a { background-color: rgb(65,223,221); }

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

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

 span { border-color: rgb(65,223,221); }

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