#40D7F9

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

Shades of Turquoise Blue #40D7F9

Tints of Turquoise Blue #40D7F9

Color information

#40D7F9 (or 0x40D7F9) is unknown color: approx Turquoise Blue. HEX triplet: 40, D7 and F9. RGB value is (64,215,249). Sum of RGB (Red+Green+Blue) = 64+215+249=528 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.12% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #40D7F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D7F9 is #BF2806. Grayscale: #ADADAD. Windows color (decimal): -12527623 or 16373568. OLE color: 16373568.

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

Color convert

RGB64215249-
CMYK0.740.1400.02
HSL191.03º93.91%61.37%-
HSV(B)191.03º74.3%97.65%-
XYZ43.5156.5398.24-
YUV173.73170.4749.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.12%
GREEN value IS 215 (84.38% from 255) = 40.72%
BLUE value IS 249 (97.66% from 255) = 47.16%
R=12.12%
G=40.72%
B=47.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642152490.740.1400.02191.0393.9161.37
Hex40D7F94AE02bf5e3d
Octal100327371112160227713675
Binary1000000110101111111100110010101110010101111111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,215,249); }

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

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

 a { background-color: rgb(64,215,249); }

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

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

 span { border-color: rgb(64,215,249); }

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