#7DE0EF

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

Shades of Turquoise Blue #7DE0EF

Tints of Turquoise Blue #7DE0EF

Color information

#7DE0EF (or 0x7DE0EF) is unknown color: approx Turquoise Blue. HEX triplet: 7D, E0 and EF. RGB value is (125,224,239). Sum of RGB (Red+Green+Blue) = 125+224+239=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DE0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE0EF is #821F10. Grayscale: #C3C3C3. Windows color (decimal): -8527633 or 15720573. OLE color: 15720573.

HSL color Cylindrical-coordinate representation of color #7DE0EF: hue angle of 187.89º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DE0EF is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125224239-
CMYK0.480.0600.06
HSL187.89º78.08%71.37%-
HSV(B)187.89º47.7%93.73%-
XYZ50.6963.991.32-
YUV196.11152.277.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.26%
GREEN value IS 224 (87.89% from 255) = 38.10%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=21.26%
G=38.10%
B=40.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252242390.480.0600.06187.8978.0871.37
Hex7DE0EF30606bc4e47
Octal17534035760606274116107
Binary1111101111000001110111111000011001101011110010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,224,239); }

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

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

 a { background-color: rgb(125,224,239); }

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

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

 span { border-color: rgb(125,224,239); }

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