#41DADC

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

Shades of Turquoise #41DADC

Tints of Turquoise #41DADC

Color information

#41DADC (or 0x41DADC) is unknown color: approx Turquoise. HEX triplet: 41, DA and DC. RGB value is (65,218,220). Sum of RGB (Red+Green+Blue) = 65+218+220=503 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.92% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #41DADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DADC is #BE2523. Grayscale: #ACACAC. Windows color (decimal): -12461348 or 14473793. OLE color: 14473793.

HSL color Cylindrical-coordinate representation of color #41DADC: hue angle of 180.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DADC is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB65218220-
CMYK0.700.0100.14
HSL180.77º68.89%55.88%-
HSV(B)180.77º70.45%86.27%-
XYZ40.1756.4376.49-
YUV172.48154.8151.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.92%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=12.92%
G=43.34%
B=43.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal652182200.700.0100.14180.7768.8955.88
Hex41DADC4610Eb54538
Octal101332334106101626510570
Binary100000111011010110111001000110101110101101011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,218,220); }

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

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

 a { background-color: rgb(65,218,220); }

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

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

 span { border-color: rgb(65,218,220); }

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