#41D0D1

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

Shades of Medium Turquoise #41D0D1

Tints of Medium Turquoise #41D0D1

Color information

#41D0D1 (or 0x41D0D1) is unknown color: approx Medium Turquoise. HEX triplet: 41, D0 and D1. RGB value is (65,208,209). Sum of RGB (Red+Green+Blue) = 65+208+209=482 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.49% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #41D0D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D0D1 is #BE2F2E. Grayscale: #A5A5A5. Windows color (decimal): -12463919 or 13750337. OLE color: 13750337.

HSL color Cylindrical-coordinate representation of color #41D0D1: hue angle of 180.42º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D0D1 is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB65208209-
CMYK0.690.0000.18
HSL180.42º61.02%53.73%-
HSV(B)180.42º68.9%81.96%-
XYZ36.2450.8468.22-
YUV165.36152.6256.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.49%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 209 (82.03% from 255) = 43.36%
R=13.49%
G=43.15%
B=43.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652082090.690.0000.18180.4261.0253.73
Hex41D0D1450012b43d36
Octal10132032110500222647566
Binary100000111010000110100011000101001001010110100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,208,209); }

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

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

 a { background-color: rgb(65,208,209); }

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

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

 span { border-color: rgb(65,208,209); }

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