#7DE4EB

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

Shades of Turquoise Blue #7DE4EB

Tints of Turquoise Blue #7DE4EB

Color information

#7DE4EB (or 0x7DE4EB) is unknown color: approx Turquoise Blue. HEX triplet: 7D, E4 and EB. RGB value is (125,228,235). Sum of RGB (Red+Green+Blue) = 125+228+235=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DE4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE4EB is #821B14. Grayscale: #C5C5C5. Windows color (decimal): -8526613 or 15459453. OLE color: 15459453.

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

Color convert

RGB125228235-
CMYK0.470.0300.08
HSL183.82º73.33%70.59%-
HSV(B)183.82º46.81%92.16%-
XYZ51.265.8488.61-
YUV198148.8875.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.26%
GREEN value IS 228 (89.45% from 255) = 38.78%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=21.26%
G=38.78%
B=39.97%

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
Decimal1252282350.470.0300.08183.8273.3370.59
Hex7DE4EB2F308b84947
Octal175344353573010270111107
Binary1111101111001001110101110111111010001011100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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