#40FFDF

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

Shades of Turquoise #40FFDF

Tints of Turquoise #40FFDF

Color information

#40FFDF (or 0x40FFDF) is unknown color: approx Turquoise. HEX triplet: 40, FF and DF. RGB value is (64,255,223). Sum of RGB (Red+Green+Blue) = 64+255+223=542 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.81% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFDF is #BF0020. Grayscale: #C2C2C2. Windows color (decimal): -12517409 or 14679872. OLE color: 14679872.

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

Color convert

RGB64255223-
CMYK0.7500.130
HSL169.95º100%62.55%-
HSV(B)169.95º74.9%100%-
XYZ51.1977.9482.16-
YUV194.24144.2235.1-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642552230.7500.130169.9510062.55
Hex40FFDF4B0D0aa643f
Octal100377337113015025214477
Binary100000011111111110111111001011011010101010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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