#40DBEA

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

Shades of Turquoise #40DBEA

Tints of Turquoise #40DBEA

Color information

#40DBEA (or 0x40DBEA) is unknown color: approx Turquoise. HEX triplet: 40, DB and EA. RGB value is (64,219,234). Sum of RGB (Red+Green+Blue) = 64+219+234=517 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.38% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #40DBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DBEA is #BF2415. Grayscale: #AEAEAE. Windows color (decimal): -12526614 or 15391552. OLE color: 15391552.

HSL color Cylindrical-coordinate representation of color #40DBEA: hue angle of 185.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40DBEA is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB64219234-
CMYK0.730.0600.08
HSL185.29º80.19%58.43%-
HSV(B)185.29º72.65%91.76%-
XYZ42.357.6986.75-
YUV174.36161.6549.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.38%
GREEN value IS 219 (85.94% from 255) = 42.36%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=12.38%
G=42.36%
B=45.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal642192340.730.0600.08185.2980.1958.43
Hex40DBEA49608b9503a
Octal100333352111601027112072
Binary10000001101101111101010100100111001000101110011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,219,234); }

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

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

 a { background-color: rgb(64,219,234); }

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

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

 span { border-color: rgb(64,219,234); }

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