#40E4F4

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

Shades of Turquoise #40E4F4

Tints of Turquoise #40E4F4

Color information

#40E4F4 (or 0x40E4F4) is unknown color: approx Turquoise. HEX triplet: 40, E4 and F4. RGB value is (64,228,244). Sum of RGB (Red+Green+Blue) = 64+228+244=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #40E4F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E4F4 is #BF1B0B. Grayscale: #B4B4B4. Windows color (decimal): -12524300 or 16049216. OLE color: 16049216.

HSL color Cylindrical-coordinate representation of color #40E4F4: hue angle of 185.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40E4F4 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB64228244-
CMYK0.740.0700.04
HSL185.33º89.11%60.39%-
HSV(B)185.33º73.77%95.69%-
XYZ46.1963.1195.33-
YUV180.79163.6744.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.94%
GREEN value IS 228 (89.45% from 255) = 42.54%
BLUE value IS 244 (95.70% from 255) = 45.52%
R=11.94%
G=42.54%
B=45.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal642282440.740.0700.04185.3389.1160.39
Hex40E4F44A704b9593c
Octal10034436411270427113174
Binary1000000111001001111010010010101110100101110011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,228,244); }

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

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

 a { background-color: rgb(64,228,244); }

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

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

 span { border-color: rgb(64,228,244); }

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