#40EDF2

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

Shades of Turquoise #40EDF2

Tints of Turquoise #40EDF2

Color information

#40EDF2 (or 0x40EDF2) is unknown color: approx Turquoise. HEX triplet: 40, ED and F2. RGB value is (64,237,242). Sum of RGB (Red+Green+Blue) = 64+237+242=543 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.79% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #40EDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EDF2 is #BF120D. Grayscale: #B9B9B9. Windows color (decimal): -12521998 or 15920448. OLE color: 15920448.

HSL color Cylindrical-coordinate representation of color #40EDF2: hue angle of 181.69º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40EDF2 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB64237242-
CMYK0.740.0200.05
HSL181.69º87.25%60%-
HSV(B)181.69º73.55%94.9%-
XYZ48.4368.0794.59-
YUV185.84159.6941.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.79%
GREEN value IS 237 (92.97% from 255) = 43.65%
BLUE value IS 242 (94.92% from 255) = 44.57%
R=11.79%
G=43.65%
B=44.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642372420.740.0200.05181.6987.2560
Hex40EDF24A205b6573c
Octal10035536211220526612774
Binary100000011101101111100101001010100101101101101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,237,242); }

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

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

 a { background-color: rgb(64,237,242); }

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

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

 span { border-color: rgb(64,237,242); }

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