#40F1D0

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

Shades of Turquoise #40F1D0

Tints of Turquoise #40F1D0

Color information

#40F1D0 (or 0x40F1D0) is unknown color: approx Turquoise. HEX triplet: 40, F1 and D0. RGB value is (64,241,208). Sum of RGB (Red+Green+Blue) = 64+241+208=513 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.48% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #40F1D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F1D0 is #BF0E2F. Grayscale: #B8B8B8. Windows color (decimal): -12521008 or 13693248. OLE color: 13693248.

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

Color convert

RGB64241208-
CMYK0.7300.140.05
HSL168.81º86.34%59.8%-
HSV(B)168.81º73.44%94.51%-
XYZ44.9568.5570.54-
YUV184.31141.3642.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.48%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=12.48%
G=46.98%
B=40.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642412080.7300.140.05168.8186.3459.8
Hex40F1D0490E5a9563c
Octal100361320111016525112674
Binary10000001111000111010000100100101110101101010011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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