#40DFFF

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

Shades of Turquoise Blue #40DFFF

Tints of Turquoise Blue #40DFFF

Color information

#40DFFF (or 0x40DFFF) is unknown color: approx Turquoise Blue. HEX triplet: 40, DF and FF. RGB value is (64,223,255). Sum of RGB (Red+Green+Blue) = 64+223+255=542 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.81% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #40DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFFF is #BF2000. Grayscale: #B2B2B2. Windows color (decimal): -12525569 or 16768832. OLE color: 16768832.

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

Color convert

RGB64223255-
CMYK0.750.1300
HSL190.05º100%62.55%-
HSV(B)190.05º74.9%100%-
XYZ46.5561.09103.94-
YUV179.11170.8245.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.81%
GREEN value IS 223 (87.5% from 255) = 41.14%
BLUE value IS 255 (100% from 255) = 47.05%
R=11.81%
G=41.14%
B=47.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642232550.750.1300190.0510062.55
Hex40DFFF4BD00be643f
Octal100337377113150027614477
Binary100000011011111111111111001011110100101111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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