#40E8FF

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

Shades of Turquoise #40E8FF

Tints of Turquoise #40E8FF

Color information

#40E8FF (or 0x40E8FF) is unknown color: approx Turquoise. HEX triplet: 40, E8 and FF. RGB value is (64,232,255). Sum of RGB (Red+Green+Blue) = 64+232+255=551 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.62% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #40E8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E8FF is #BF1700. Grayscale: #B8B8B8. Windows color (decimal): -12523265 or 16771136. OLE color: 16771136.

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

Color convert

RGB64232255-
CMYK0.750.0900
HSL187.23º100%62.55%-
HSV(B)187.23º74.9%100%-
XYZ49.0266.02104.77-
YUV184.39167.8442.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.62%
GREEN value IS 232 (91.02% from 255) = 42.11%
BLUE value IS 255 (100% from 255) = 46.28%
R=11.62%
G=42.11%
B=46.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642322550.750.0900187.2310062.55
Hex40E8FF4B900bb643f
Octal100350377113110027314477
Binary100000011101000111111111001011100100101110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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