#41CACF

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

Shades of Medium Turquoise #41CACF

Tints of Medium Turquoise #41CACF

Color information

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

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

Color convert

RGB65202207-
CMYK0.690.0200.19
HSL182.11º59.66%53.33%-
HSV(B)182.11º68.6%81.18%-
XYZ34.5647.8766.45-
YUV161.61153.6159.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal652022070.690.0200.19182.1159.6653.33
Hex41CACF452013b63c35
Octal10131231710520232667465
Binary1000001110010101100111110001011001001110110110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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