#41CDBB

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

Shades of Medium Turquoise #41CDBB

Tints of Medium Turquoise #41CDBB

Color information

#41CDBB (or 0x41CDBB) is unknown color: approx Medium Turquoise. HEX triplet: 41, CD and BB. RGB value is (65,205,187). Sum of RGB (Red+Green+Blue) = 65+205+187=457 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.22% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #41CDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CDBB is #BE3244. Grayscale: #A1A1A1. Windows color (decimal): -12464709 or 12307777. OLE color: 12307777.

HSL color Cylindrical-coordinate representation of color #41CDBB: hue angle of 172.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CDBB is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB65205187-
CMYK0.6800.090.20
HSL172.29º58.33%52.94%-
HSV(B)172.29º68.29%80.39%-
XYZ32.9848.3754.61-
YUV161.09142.6259.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.22%
GREEN value IS 205 (80.47% from 255) = 44.86%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=14.22%
G=44.86%
B=40.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal652051870.6800.090.20172.2958.3352.94
Hex41CDBB440914ac3a35
Octal101315273104011242547265
Binary100000111001101101110111000100010011010010101100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,205,187); }

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

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

 a { background-color: rgb(65,205,187); }

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

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

 span { border-color: rgb(65,205,187); }

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