#7EDFE0

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

Shades of Turquoise Blue #7EDFE0

Tints of Turquoise Blue #7EDFE0

Color information

#7EDFE0 (or 0x7EDFE0) is unknown color: approx Turquoise Blue. HEX triplet: 7E, DF and E0. RGB value is (126,223,224). Sum of RGB (Red+Green+Blue) = 126+223+224=573 (75% of max value = 765). Red value is 126 (49.61% from 255 or 21.99% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #7EDFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFE0 is #81201F. Grayscale: #C2C2C2. Windows color (decimal): -8462368 or 14737278. OLE color: 14737278.

HSL color Cylindrical-coordinate representation of color #7EDFE0: hue angle of 180.61º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EDFE0 is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB126223224-
CMYK0.440.0000.12
HSL180.61º61.25%68.63%-
HSV(B)180.61º43.75%87.84%-
XYZ48.4562.5980.05-
YUV194.11144.8679.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.99%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=21.99%
G=38.92%
B=39.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262232240.440.0000.12180.6161.2568.63
Hex7EDFE02C00Cb53d45
Octal17633734054001426575105
Binary11111101101111111100000101100001100101101011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EDFE0; }

 p { color: rgb(126,223,224); }

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

<style>
 a { background-color: #7EDFE0; }

 a { background-color: rgb(126,223,224); }

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

<style>
 span { border-color: #7EDFE0; }

 span { border-color: rgb(126,223,224); }

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