#7DE5DC

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

Shades of Turquoise Blue #7DE5DC

Tints of Turquoise Blue #7DE5DC

Color information

#7DE5DC (or 0x7DE5DC) is unknown color: approx Turquoise Blue. HEX triplet: 7D, E5 and DC. RGB value is (125,229,220). Sum of RGB (Red+Green+Blue) = 125+229+220=574 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.78% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE5DC is #821A23. Grayscale: #C4C4C4. Windows color (decimal): -8526372 or 14476669. OLE color: 14476669.

HSL color Cylindrical-coordinate representation of color #7DE5DC: hue angle of 174.81º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE5DC is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB125229220-
CMYK0.4500.040.10
HSL174.81º66.67%69.41%-
HSV(B)174.81º45.41%89.8%-
XYZ49.465.5777.76-
YUV196.88141.0476.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.78%
GREEN value IS 229 (89.84% from 255) = 39.90%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=21.78%
G=39.90%
B=38.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1252292200.4500.040.10174.8166.6769.41
Hex7DE5DC2D04Aaf4345
Octal175345334550412257103105
Binary11111011110010111011100101101010010101010111110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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