#41CFC8

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

Shades of Medium Turquoise #41CFC8

Tints of Medium Turquoise #41CFC8

Color information

#41CFC8 (or 0x41CFC8) is unknown color: approx Medium Turquoise. HEX triplet: 41, CF and C8. RGB value is (65,207,200). Sum of RGB (Red+Green+Blue) = 65+207+200=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFC8 is #BE3037. Grayscale: #A3A3A3. Windows color (decimal): -12464184 or 13160257. OLE color: 13160257.

HSL color Cylindrical-coordinate representation of color #41CFC8: hue angle of 177.04º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CFC8 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB65207200-
CMYK0.6900.030.19
HSL177.04º59.66%53.33%-
HSV(B)177.04º68.6%81.18%-
XYZ34.9249.9262.44-
YUV163.74148.4657.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.77%
GREEN value IS 207 (81.25% from 255) = 43.86%
BLUE value IS 200 (78.52% from 255) = 42.37%
R=13.77%
G=43.86%
B=42.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal652072000.6900.030.19177.0459.6653.33
Hex41CFC8450313b13c35
Octal10131731010503232617465
Binary1000001110011111100100010001010111001110110001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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