#41DCDA

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

Shades of Turquoise #41DCDA

Tints of Turquoise #41DCDA

Color information

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

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

Color convert

RGB65220218-
CMYK0.7000.010.14
HSL179.23º68.89%55.88%-
HSV(B)179.23º70.45%86.27%-
XYZ40.4357.3775.27-
YUV173.43153.1550.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal652202180.7000.010.14179.2368.8955.88
Hex41DCDA4601Eb34538
Octal101334332106011626310570
Binary100000111011100110110101000110011110101100111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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