#40FFE1

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

Shades of Turquoise #40FFE1

Tints of Turquoise #40FFE1

Color information

#40FFE1 (or 0x40FFE1) is unknown color: approx Turquoise. HEX triplet: 40, FF and E1. RGB value is (64,255,225). Sum of RGB (Red+Green+Blue) = 64+255+225=544 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.76% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFE1 is #BF001E. Grayscale: #C2C2C2. Windows color (decimal): -12517407 or 14810944. OLE color: 14810944.

HSL color Cylindrical-coordinate representation of color #40FFE1: hue angle of 170.58º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFE1 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB64255225-
CMYK0.7500.120
HSL170.58º100%62.55%-
HSV(B)170.58º74.9%100%-
XYZ51.4678.0583.59-
YUV194.47145.2234.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.76%
GREEN value IS 255 (100% from 255) = 46.88%
BLUE value IS 225 (88.28% from 255) = 41.36%
R=11.76%
G=46.88%
B=41.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642552250.7500.120170.5810062.55
Hex40FFE14B0C0ab643f
Octal100377341113014025314477
Binary100000011111111111000011001011011000101010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,255,225); }

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

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

 a { background-color: rgb(64,255,225); }

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

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

 span { border-color: rgb(64,255,225); }

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