#41CFCA

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

Shades of Medium Turquoise #41CFCA

Tints of Medium Turquoise #41CFCA

Color information

#41CFCA (or 0x41CFCA) is unknown color: approx Medium Turquoise. HEX triplet: 41, CF and CA. RGB value is (65,207,202). Sum of RGB (Red+Green+Blue) = 65+207+202=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFCA is #BE3035. Grayscale: #A3A3A3. Windows color (decimal): -12464182 or 13291329. OLE color: 13291329.

HSL color Cylindrical-coordinate representation of color #41CFCA: hue angle of 177.89º 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 #41CFCA is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB65207202-
CMYK0.6900.020.19
HSL177.89º59.66%53.33%-
HSV(B)177.89º68.6%81.18%-
XYZ35.1550.0163.68-
YUV163.97149.4657.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.71%
GREEN value IS 207 (81.25% from 255) = 43.67%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=13.71%
G=43.67%
B=42.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal652072020.6900.020.19177.8959.6653.33
Hex41CFCA450213b23c35
Octal10131731210502232627465
Binary1000001110011111100101010001010101001110110010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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