#41D0D4

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

Shades of Medium Turquoise #41D0D4

Tints of Medium Turquoise #41D0D4

Color information

#41D0D4 (or 0x41D0D4) is unknown color: approx Medium Turquoise. HEX triplet: 41, D0 and D4. RGB value is (65,208,212). Sum of RGB (Red+Green+Blue) = 65+208+212=485 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.40% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #41D0D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D0D4 is #BE2F2B. Grayscale: #A5A5A5. Windows color (decimal): -12463916 or 13946945. OLE color: 13946945.

HSL color Cylindrical-coordinate representation of color #41D0D4: hue angle of 181.63º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D0D4 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB65208212-
CMYK0.690.0200.17
HSL181.63º63.09%54.31%-
HSV(B)181.63º69.34%83.14%-
XYZ36.6250.9970.2-
YUV165.7154.1256.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.40%
GREEN value IS 208 (81.64% from 255) = 42.89%
BLUE value IS 212 (83.20% from 255) = 43.71%
R=13.40%
G=42.89%
B=43.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal652082120.690.0200.17181.6363.0954.31
Hex41D0D4452011b63f36
Octal10132032410520212667766
Binary1000001110100001101010010001011001000110110110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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