#7DDAEC

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

Shades of Turquoise Blue #7DDAEC

Tints of Turquoise Blue #7DDAEC

Color information

#7DDAEC (or 0x7DDAEC) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DA and EC. RGB value is (125,218,236). Sum of RGB (Red+Green+Blue) = 125+218+236=579 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.59% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DDAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDAEC is #822513. Grayscale: #C0C0C0. Windows color (decimal): -8529172 or 15522429. OLE color: 15522429.

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

Color convert

RGB125218236-
CMYK0.470.0800.07
HSL189.73º74.5%70.78%-
HSV(B)189.73º47.03%92.55%-
XYZ48.6760.5688.48-
YUV192.24152.6980.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.59%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 236 (92.58% from 255) = 40.76%
R=21.59%
G=37.65%
B=40.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252182360.470.0800.07189.7374.570.78
Hex7DDAEC2F807be4a47
Octal175332354571007276112107
Binary11111011101101011101100101111100001111011111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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