#40CECA

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

Shades of Medium Turquoise #40CECA

Tints of Medium Turquoise #40CECA

Color information

#40CECA (or 0x40CECA) is unknown color: approx Medium Turquoise. HEX triplet: 40, CE and CA. RGB value is (64,206,202). Sum of RGB (Red+Green+Blue) = 64+206+202=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #40CECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CECA is #BF3135. Grayscale: #A2A2A2. Windows color (decimal): -12529974 or 13291072. OLE color: 13291072.

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

Color convert

RGB64206202-
CMYK0.6900.020.19
HSL178.31º59.17%52.94%-
HSV(B)178.31º68.93%80.78%-
XYZ34.8549.563.59-
YUV163.09149.9657.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.56%
GREEN value IS 206 (80.86% from 255) = 43.64%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=13.56%
G=43.64%
B=42.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal642062020.6900.020.19178.3159.1752.94
Hex40CECA450213b23b35
Octal10031631210502232627365
Binary1000000110011101100101010001010101001110110010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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