#41DBDC

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

Shades of Turquoise #41DBDC

Tints of Turquoise #41DBDC

Color information

#41DBDC (or 0x41DBDC) is unknown color: approx Turquoise. HEX triplet: 41, DB and DC. RGB value is (65,219,220). Sum of RGB (Red+Green+Blue) = 65+219+220=504 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.90% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #41DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBDC is #BE2423. Grayscale: #ACACAC. Windows color (decimal): -12461092 or 14474049. OLE color: 14474049.

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

Color convert

RGB65219220-
CMYK0.700.0000.14
HSL180.39º68.89%55.88%-
HSV(B)180.39º70.45%86.27%-
XYZ40.4356.9576.57-
YUV173.07154.4850.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.90%
GREEN value IS 219 (85.94% from 255) = 43.45%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=12.90%
G=43.45%
B=43.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal652192200.700.0000.14180.3968.8955.88
Hex41DBDC4600Eb44538
Octal101333334106001626410570
Binary100000111011011110111001000110001110101101001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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