#40F0D2

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

Shades of Turquoise #40F0D2

Tints of Turquoise #40F0D2

Color information

#40F0D2 (or 0x40F0D2) is unknown color: approx Turquoise. HEX triplet: 40, F0 and D2. RGB value is (64,240,210). Sum of RGB (Red+Green+Blue) = 64+240+210=514 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.45% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #40F0D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F0D2 is #BF0F2D. Grayscale: #B7B7B7. Windows color (decimal): -12521262 or 13824064. OLE color: 13824064.

HSL color Cylindrical-coordinate representation of color #40F0D2: hue angle of 169.77º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F0D2 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB64240210-
CMYK0.7300.120.06
HSL169.77º85.44%59.61%-
HSV(B)169.77º73.33%94.12%-
XYZ44.9168.0671.74-
YUV183.96142.6942.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.45%
GREEN value IS 240 (94.14% from 255) = 46.69%
BLUE value IS 210 (82.42% from 255) = 40.86%
R=12.45%
G=46.69%
B=40.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal642402100.7300.120.06169.7785.4459.61
Hex40F0D2490C6aa553c
Octal100360322111014625212574
Binary10000001111000011010010100100101100110101010101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,240,210); }

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

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

 a { background-color: rgb(64,240,210); }

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

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

 span { border-color: rgb(64,240,210); }

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