#7DE5EB

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

Shades of Turquoise Blue #7DE5EB

Tints of Turquoise Blue #7DE5EB

Color information

#7DE5EB (or 0x7DE5EB) is unknown color: approx Turquoise Blue. HEX triplet: 7D, E5 and EB. RGB value is (125,229,235). Sum of RGB (Red+Green+Blue) = 125+229+235=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DE5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE5EB is #821A14. Grayscale: #C6C6C6. Windows color (decimal): -8526357 or 15459709. OLE color: 15459709.

HSL color Cylindrical-coordinate representation of color #7DE5EB: hue angle of 183.27º 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 #7DE5EB is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125229235-
CMYK0.470.0300.08
HSL183.27º73.33%70.59%-
HSV(B)183.27º46.81%92.16%-
XYZ51.4766.488.7-
YUV198.59148.5475.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.22%
GREEN value IS 229 (89.84% from 255) = 38.88%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=21.22%
G=38.88%
B=39.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252292350.470.0300.08183.2773.3370.59
Hex7DE5EB2F308b74947
Octal175345353573010267111107
Binary1111101111001011110101110111111010001011011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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