#7DE1EC

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

Shades of Turquoise Blue #7DE1EC

Tints of Turquoise Blue #7DE1EC

Color information

#7DE1EC (or 0x7DE1EC) is unknown color: approx Turquoise Blue. HEX triplet: 7D, E1 and EC. RGB value is (125,225,236). Sum of RGB (Red+Green+Blue) = 125+225+236=586 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.33% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DE1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE1EC is #821E13. Grayscale: #C4C4C4. Windows color (decimal): -8527380 or 15524221. OLE color: 15524221.

HSL color Cylindrical-coordinate representation of color #7DE1EC: hue angle of 185.95º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DE1EC is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125225236-
CMYK0.470.0500.07
HSL185.95º74.5%70.78%-
HSV(B)185.95º47.03%92.55%-
XYZ50.5264.2789.1-
YUV196.35150.3777.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.33%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=21.33%
G=38.40%
B=40.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252252360.470.0500.07185.9574.570.78
Hex7DE1EC2F507ba4a47
Octal17534135457507272112107
Binary1111101111000011110110010111110101111011101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,225,236); }

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

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

 a { background-color: rgb(125,225,236); }

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

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

 span { border-color: rgb(125,225,236); }

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