#41CFD7

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

Shades of Medium Turquoise #41CFD7

Tints of Medium Turquoise #41CFD7

Color information

#41CFD7 (or 0x41CFD7) is unknown color: approx Medium Turquoise. HEX triplet: 41, CF and D7. RGB value is (65,207,215). Sum of RGB (Red+Green+Blue) = 65+207+215=487 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.35% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #41CFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFD7 is #BE3028. Grayscale: #A5A5A5. Windows color (decimal): -12464169 or 14143297. OLE color: 14143297.

HSL color Cylindrical-coordinate representation of color #41CFD7: hue angle of 183.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41CFD7 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB65207215-
CMYK0.700.0400.16
HSL183.2º65.22%54.9%-
HSV(B)183.2º69.77%84.31%-
XYZ36.7650.6672.13-
YUV165.45155.9656.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.35%
GREEN value IS 207 (81.25% from 255) = 42.51%
BLUE value IS 215 (84.38% from 255) = 44.15%
R=13.35%
G=42.51%
B=44.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal652072150.700.0400.16183.265.2254.9
Hex41CFD7464010b74137
Octal101317327106402026710167
Binary100000111001111110101111000110100010000101101111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,207,215); }

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

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

 a { background-color: rgb(65,207,215); }

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

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

 span { border-color: rgb(65,207,215); }

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