#41CABE

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

Shades of Medium Turquoise #41CABE

Tints of Medium Turquoise #41CABE

Color information

#41CABE (or 0x41CABE) is unknown color: approx Medium Turquoise. HEX triplet: 41, CA and BE. RGB value is (65,202,190). Sum of RGB (Red+Green+Blue) = 65+202+190=457 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.22% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #41CABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CABE is #BE3541. Grayscale: #9F9F9F. Windows color (decimal): -12465474 or 12503617. OLE color: 12503617.

HSL color Cylindrical-coordinate representation of color #41CABE: hue angle of 174.74º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CABE is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB65202190-
CMYK0.6800.060.21
HSL174.74º56.38%52.35%-
HSV(B)174.74º67.82%79.22%-
XYZ32.5947.0856.09-
YUV159.67145.1160.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.22%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=14.22%
G=44.20%
B=41.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal652021900.6800.060.21174.7456.3852.35
Hex41CABE440615af3834
Octal10131227610406252577064
Binary10000011100101010111110100010001101010110101111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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