#40F1D1

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

Shades of Turquoise #40F1D1

Tints of Turquoise #40F1D1

Color information

#40F1D1 (or 0x40F1D1) is unknown color: approx Turquoise. HEX triplet: 40, F1 and D1. RGB value is (64,241,209). Sum of RGB (Red+Green+Blue) = 64+241+209=514 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.45% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #40F1D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F1D1 is #BF0E2E. Grayscale: #B8B8B8. Windows color (decimal): -12521007 or 13758784. OLE color: 13758784.

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

Color convert

RGB64241209-
CMYK0.7300.130.05
HSL169.15º86.34%59.8%-
HSV(B)169.15º73.44%94.51%-
XYZ45.0868.671.19-
YUV184.43141.8642.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.45%
GREEN value IS 241 (94.53% from 255) = 46.89%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=12.45%
G=46.89%
B=40.66%

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
Decimal642412090.7300.130.05169.1586.3459.8
Hex40F1D1490D5a9563c
Octal100361321111015525112674
Binary10000001111000111010001100100101101101101010011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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