#40E6C6

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

Shades of Turquoise #40E6C6

Tints of Turquoise #40E6C6

Color information

#40E6C6 (or 0x40E6C6) is unknown color: approx Turquoise. HEX triplet: 40, E6 and C6. RGB value is (64,230,198). Sum of RGB (Red+Green+Blue) = 64+230+198=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #40E6C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E6C6 is #BF1939. Grayscale: #B0B0B0. Windows color (decimal): -12523834 or 13035072. OLE color: 13035072.

HSL color Cylindrical-coordinate representation of color #40E6C6: hue angle of 168.43º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E6C6 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB64230198-
CMYK0.7200.140.10
HSL168.43º76.85%57.65%-
HSV(B)168.43º72.17%90.2%-
XYZ40.661.7663.21-
YUV176.7214047.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.01%
GREEN value IS 230 (90.23% from 255) = 46.75%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=13.01%
G=46.75%
B=40.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal642301980.7200.140.10168.4376.8557.65
Hex40E6C6480EAa84d3a
Octal1003463061100161225011572
Binary100000011100110110001101001000011101010101010001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,230,198); }

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

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

 a { background-color: rgb(64,230,198); }

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

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

 span { border-color: rgb(64,230,198); }

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