#41DCDB

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

Shades of Turquoise #41DCDB

Tints of Turquoise #41DCDB

Color information

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

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

Color convert

RGB65220219-
CMYK0.7000.000.14
HSL179.61º68.89%55.88%-
HSV(B)179.61º70.45%86.27%-
XYZ40.5657.4275.96-
YUV173.54153.6550.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal652202190.7000.000.14179.6168.8955.88
Hex41DCDB4600Eb44538
Octal101334333106001626410570
Binary100000111011100110110111000110001110101101001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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