#40D8E3

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

Shades of Turquoise #40D8E3

Tints of Turquoise #40D8E3

Color information

#40D8E3 (or 0x40D8E3) is unknown color: approx Turquoise. HEX triplet: 40, D8 and E3. RGB value is (64,216,227). Sum of RGB (Red+Green+Blue) = 64+216+227=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #40D8E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D8E3 is #BF271C. Grayscale: #ABABAB. Windows color (decimal): -12527389 or 14932032. OLE color: 14932032.

HSL color Cylindrical-coordinate representation of color #40D8E3: hue angle of 184.05º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40D8E3 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB64216227-
CMYK0.720.0500.11
HSL184.05º74.43%57.06%-
HSV(B)184.05º71.81%89.02%-
XYZ40.5455.7581.3-
YUV171.81159.1451.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.62%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 227 (89.06% from 255) = 44.77%
R=12.62%
G=42.60%
B=44.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal642162270.720.0500.11184.0574.4357.06
Hex40D8E34850Bb84a39
Octal100330343110501327011271
Binary10000001101100011100011100100010101011101110001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,216,227); }

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

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

 a { background-color: rgb(64,216,227); }

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

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

 span { border-color: rgb(64,216,227); }

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