#7DE7E6

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

Shades of Turquoise Blue #7DE7E6

Tints of Turquoise Blue #7DE7E6

Color information

#7DE7E6 (or 0x7DE7E6) is unknown color: approx Turquoise Blue. HEX triplet: 7D, E7 and E6. RGB value is (125,231,230). Sum of RGB (Red+Green+Blue) = 125+231+230=586 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.33% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE7E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DE7E6 is #821819. Grayscale: #C7C7C7. Windows color (decimal): -8525850 or 15132541. OLE color: 15132541.

HSL color Cylindrical-coordinate representation of color #7DE7E6: hue angle of 179.43º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE7E6 is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB125231230-
CMYK0.4600.000.09
HSL179.43º68.83%69.8%-
HSV(B)179.43º45.89%90.59%-
XYZ51.3267.2285.13-
YUV199.19145.3875.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.33%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 230 (90.23% from 255) = 39.25%
R=21.33%
G=39.42%
B=39.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252312300.4600.000.09179.4368.8369.8
Hex7DE7E62E009b34546
Octal175347346560011263105106
Binary111110111100111111001101011100010011011001110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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