#40FFD0

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

Shades of Turquoise #40FFD0

Tints of Turquoise #40FFD0

Color information

#40FFD0 (or 0x40FFD0) is unknown color: approx Turquoise. HEX triplet: 40, FF and D0. RGB value is (64,255,208). Sum of RGB (Red+Green+Blue) = 64+255+208=527 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.14% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFD0 is #BF002F. Grayscale: #C0C0C0. Windows color (decimal): -12517424 or 13696832. OLE color: 13696832.

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

Color convert

RGB64255208-
CMYK0.7500.180
HSL165.24º100%62.55%-
HSV(B)165.24º74.9%100%-
XYZ49.2677.1671.97-
YUV192.53136.7236.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.14%
GREEN value IS 255 (100% from 255) = 48.39%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=12.14%
G=48.39%
B=39.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642552080.7500.180165.2410062.55
Hex40FFD04B0120a5643f
Octal100377320113022024514477
Binary1000000111111111101000010010110100100101001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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