#7DE7EB

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

Shades of Turquoise Blue #7DE7EB

Tints of Turquoise Blue #7DE7EB

Color information

#7DE7EB (or 0x7DE7EB) is unknown color: approx Turquoise Blue. HEX triplet: 7D, E7 and EB. RGB value is (125,231,235). Sum of RGB (Red+Green+Blue) = 125+231+235=591 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.15% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DE7EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DE7EB is #821814. Grayscale: #C7C7C7. Windows color (decimal): -8525845 or 15460221. OLE color: 15460221.

HSL color Cylindrical-coordinate representation of color #7DE7EB: hue angle of 182.18º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DE7EB is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125231235-
CMYK0.470.0200.08
HSL182.18º73.33%70.59%-
HSV(B)182.18º46.81%92.16%-
XYZ52.0367.5188.89-
YUV199.76147.8874.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.15%
GREEN value IS 231 (90.62% from 255) = 39.09%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=21.15%
G=39.09%
B=39.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252312350.470.0200.08182.1873.3370.59
Hex7DE7EB2F208b64947
Octal175347353572010266111107
Binary1111101111001111110101110111110010001011011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,231,235); }

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

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

 a { background-color: rgb(125,231,235); }

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

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

 span { border-color: rgb(125,231,235); }

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