#40DAFF

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

Shades of Turquoise Blue #40DAFF

Tints of Turquoise Blue #40DAFF

Color information

#40DAFF (or 0x40DAFF) is unknown color: approx Turquoise Blue. HEX triplet: 40, DA and FF. RGB value is (64,218,255). Sum of RGB (Red+Green+Blue) = 64+218+255=537 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.92% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #40DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DAFF is #BF2500. Grayscale: #AFAFAF. Windows color (decimal): -12526849 or 16767552. OLE color: 16767552.

HSL color Cylindrical-coordinate representation of color #40DAFF: hue angle of 191.62º 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 #40DAFF is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB64218255-
CMYK0.750.1500
HSL191.62º100%62.55%-
HSV(B)191.62º74.9%100%-
XYZ45.2458.45103.51-
YUV176.17172.4847.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.92%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 255 (100% from 255) = 47.49%
R=11.92%
G=40.60%
B=47.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642182550.750.1500191.6210062.55
Hex40DAFF4BF00c0643f
Octal100332377113170030014477
Binary100000011011010111111111001011111100110000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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