#7DDEDC

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

Shades of Turquoise Blue #7DDEDC

Tints of Turquoise Blue #7DDEDC

Color information

#7DDEDC (or 0x7DDEDC) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DE and DC. RGB value is (125,222,220). Sum of RGB (Red+Green+Blue) = 125+222+220=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDEDC is #822123. Grayscale: #C0C0C0. Windows color (decimal): -8528164 or 14474877. OLE color: 14474877.

HSL color Cylindrical-coordinate representation of color #7DDEDC: hue angle of 178.76º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDEDC is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB125222220-
CMYK0.4400.010.13
HSL178.76º59.51%68.04%-
HSV(B)178.76º43.69%87.06%-
XYZ47.561.7777.13-
YUV192.77143.3679.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.05%
GREEN value IS 222 (87.11% from 255) = 39.15%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=22.05%
G=39.15%
B=38.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252222200.4400.010.13178.7659.5168.04
Hex7DDEDC2C01Db33c44
Octal17533633454011526374104
Binary11111011101111011011100101100011101101100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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