#7EDEDF

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

Shades of Turquoise Blue #7EDEDF

Tints of Turquoise Blue #7EDEDF

Color information

#7EDEDF (or 0x7EDEDF) is unknown color: approx Turquoise Blue. HEX triplet: 7E, DE and DF. RGB value is (126,222,223). Sum of RGB (Red+Green+Blue) = 126+222+223=571 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.07% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EDEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDEDF is #812120. Grayscale: #C1C1C1. Windows color (decimal): -8462625 or 14671486. OLE color: 14671486.

HSL color Cylindrical-coordinate representation of color #7EDEDF: hue angle of 180.62º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDEDF is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126222223-
CMYK0.430.0000.13
HSL180.62º60.25%68.43%-
HSV(B)180.62º43.5%87.45%-
XYZ48.0462.0179.25-
YUV193.41144.779.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.07%
GREEN value IS 222 (87.11% from 255) = 38.88%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=22.07%
G=38.88%
B=39.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262222230.430.0000.13180.6260.2568.43
Hex7EDEDF2B00Db53c44
Octal17633633753001526574104
Binary11111101101111011011111101011001101101101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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