#40FFD1

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

Shades of Turquoise #40FFD1

Tints of Turquoise #40FFD1

Color information

#40FFD1 (or 0x40FFD1) is unknown color: approx Turquoise. HEX triplet: 40, FF and D1. RGB value is (64,255,209). Sum of RGB (Red+Green+Blue) = 64+255+209=528 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.12% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFD1 is #BF002E. Grayscale: #C0C0C0. Windows color (decimal): -12517423 or 13762368. OLE color: 13762368.

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

Color convert

RGB64255209-
CMYK0.7500.180
HSL165.55º100%62.55%-
HSV(B)165.55º74.9%100%-
XYZ49.3877.2172.62-
YUV192.65137.2236.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.12%
GREEN value IS 255 (100% from 255) = 48.30%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=12.12%
G=48.30%
B=39.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642552090.7500.180165.5510062.55
Hex40FFD14B0120a6643f
Octal100377321113022024614477
Binary1000000111111111101000110010110100100101001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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