#7EDFF3

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

Shades of Turquoise Blue #7EDFF3

Tints of Turquoise Blue #7EDFF3

Color information

#7EDFF3 (or 0x7EDFF3) is unknown color: approx Turquoise Blue. HEX triplet: 7E, DF and F3. RGB value is (126,223,243). Sum of RGB (Red+Green+Blue) = 126+223+243=592 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.28% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 243 (95.31% from 255 or 41.05% from 592); Max value from RGB is 243 - color contains mainly: blue. Hex color #7EDFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDFF3 is #81200C. Grayscale: #C4C4C4. Windows color (decimal): -8462349 or 15982462. OLE color: 15982462.

HSL color Cylindrical-coordinate representation of color #7EDFF3: hue angle of 190.26º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EDFF3 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126223243-
CMYK0.480.0800.05
HSL190.26º82.98%72.35%-
HSV(B)190.26º48.15%95.29%-
XYZ51.1763.6894.39-
YUV196.28154.3677.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.28%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 243 (95.31% from 255) = 41.05%
R=21.28%
G=37.67%
B=41.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262232430.480.0800.05190.2682.9872.35
Hex7EDFF330805be5348
Octal176337363601005276123110
Binary11111101101111111110011110000100001011011111010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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