#40F1D2

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

Shades of Turquoise #40F1D2

Tints of Turquoise #40F1D2

Color information

#40F1D2 (or 0x40F1D2) is unknown color: approx Turquoise. HEX triplet: 40, F1 and D2. RGB value is (64,241,210). Sum of RGB (Red+Green+Blue) = 64+241+210=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #40F1D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F1D2 is #BF0E2D. Grayscale: #B8B8B8. Windows color (decimal): -12521006 or 13824320. OLE color: 13824320.

HSL color Cylindrical-coordinate representation of color #40F1D2: hue angle of 169.49º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F1D2 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB64241210-
CMYK0.7300.130.05
HSL169.49º86.34%59.8%-
HSV(B)169.49º73.44%94.51%-
XYZ45.268.6571.84-
YUV184.54142.3642.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.43%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 210 (82.42% from 255) = 40.78%
R=12.43%
G=46.80%
B=40.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642412100.7300.130.05169.4986.3459.8
Hex40F1D2490D5a9563c
Octal100361322111015525112674
Binary10000001111000111010010100100101101101101010011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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