#41CECB

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

Shades of Medium Turquoise #41CECB

Tints of Medium Turquoise #41CECB

Color information

#41CECB (or 0x41CECB) is unknown color: approx Medium Turquoise. HEX triplet: 41, CE and CB. RGB value is (65,206,203). Sum of RGB (Red+Green+Blue) = 65+206+203=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #41CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CECB is #BE3134. Grayscale: #A3A3A3. Windows color (decimal): -12464437 or 13356609. OLE color: 13356609.

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

Color convert

RGB65206203-
CMYK0.6800.010.19
HSL178.72º59%53.14%-
HSV(B)178.72º68.45%80.78%-
XYZ35.0349.5864.22-
YUV163.5150.2957.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.71%
GREEN value IS 206 (80.86% from 255) = 43.46%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=13.71%
G=43.46%
B=42.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal652062030.6800.010.19178.725953.14
Hex41CECB440113b33b35
Octal10131631310401232637365
Binary100000111001110110010111000100011001110110011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,206,203); }

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

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

 a { background-color: rgb(65,206,203); }

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

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

 span { border-color: rgb(65,206,203); }

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