#40ceba

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

Shades of Medium Turquoise #40CEBA

Tints of Medium Turquoise #40CEBA

Color information

#40CEBA (or 0x40CEBA) is unknown color: approx Medium Turquoise. HEX triplet: 40, CE and BA. RGB value is (64,206,186). Sum of RGB (Red+Green+Blue) = 64+206+186=456 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.04% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEBA is #BF3145. Grayscale: #A1A1A1. Windows color (decimal): -12529990 or 12242496. OLE color: 12242496.

HSL color Cylindrical-coordinate representation of color #40CEBA: hue angle of 171.55º degrees, saturation: 0.59, 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 #40CEBA is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB64206186-
CMYK0.6900.100.19
HSL171.55º59.17%52.94%-
HSV(B)171.55º68.93%80.78%-
XYZ33.0548.7854.13-
YUV161.26141.9658.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.04%
GREEN value IS 206 (80.86% from 255) = 45.18%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=14.04%
G=45.18%
B=40.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal642061860.6900.100.19171.5559.1752.94
Hex40CEBA450A13ac3b35
Octal100316272105012232547365
Binary100000011001110101110101000101010101001110101100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ceba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40ceba; }

 p { color: rgb(64,206,186); }

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

<style>
 a { background-color: #40ceba; }

 a { background-color: rgb(64,206,186); }

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

<style>
 span { border-color: #40ceba; }

 span { border-color: rgb(64,206,186); }

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