#40F8D6

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

Shades of Turquoise #40F8D6

Tints of Turquoise #40F8D6

Color information

#40F8D6 (or 0x40F8D6) is unknown color: approx Turquoise. HEX triplet: 40, F8 and D6. RGB value is (64,248,214). Sum of RGB (Red+Green+Blue) = 64+248+214=526 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.17% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F8D6 is #BF0729. Grayscale: #BDBDBD. Windows color (decimal): -12519210 or 14088256. OLE color: 14088256.

HSL color Cylindrical-coordinate representation of color #40F8D6: hue angle of 168.91º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F8D6 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB64248214-
CMYK0.7400.140.03
HSL168.91º92.93%61.18%-
HSV(B)168.91º74.19%97.25%-
XYZ47.8273.0875.2-
YUV189.11142.0438.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.17%
GREEN value IS 248 (97.27% from 255) = 47.15%
BLUE value IS 214 (83.98% from 255) = 40.68%
R=12.17%
G=47.15%
B=40.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal642482140.7400.140.03168.9192.9361.18
Hex40F8D64A0E3a95d3d
Octal100370326112016325113575
Binary1000000111110001101011010010100111011101010011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,248,214); }

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

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

 a { background-color: rgb(64,248,214); }

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

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

 span { border-color: rgb(64,248,214); }

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