#40D9F4

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

Shades of Turquoise #40D9F4

Tints of Turquoise #40D9F4

Color information

#40D9F4 (or 0x40D9F4) is unknown color: approx Turquoise. HEX triplet: 40, D9 and F4. RGB value is (64,217,244). Sum of RGB (Red+Green+Blue) = 64+217+244=525 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.19% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 244 (95.70% from 255 or 46.48% from 525); Max value from RGB is 244 - color contains mainly: blue. Hex color #40D9F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D9F4 is #BF260B. Grayscale: #AEAEAE. Windows color (decimal): -12527116 or 16046400. OLE color: 16046400.

HSL color Cylindrical-coordinate representation of color #40D9F4: hue angle of 189º 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 #40D9F4 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB64217244-
CMYK0.740.1100.04
HSL189º89.11%60.39%-
HSV(B)189º73.77%95.69%-
XYZ43.2657.2594.36-
YUV174.33167.3149.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.19%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 244 (95.70% from 255) = 46.48%
R=12.19%
G=41.33%
B=46.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal642172440.740.1100.0418989.1160.39
Hex40D9F44AB04bd593c
Octal100331364112130427513174
Binary10000001101100111110100100101010110100101111011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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