#7CDAE5

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

Shades of Turquoise Blue #7CDAE5

Tints of Turquoise Blue #7CDAE5

Color information

#7CDAE5 (or 0x7CDAE5) is unknown color: approx Turquoise Blue. HEX triplet: 7C, DA and E5. RGB value is (124,218,229). Sum of RGB (Red+Green+Blue) = 124+218+229=571 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.72% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #7CDAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDAE5 is #83251A. Grayscale: #BFBFBF. Windows color (decimal): -8594715 or 15063676. OLE color: 15063676.

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

Color convert

RGB124218229-
CMYK0.460.0500.10
HSL186.29º66.88%69.22%-
HSV(B)186.29º45.85%89.8%-
XYZ47.5360.0983.22-
YUV191.15149.3680.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.72%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=21.72%
G=38.18%
B=40.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1242182290.460.0500.10186.2966.8869.22
Hex7CDAE52E50Aba4345
Octal174332345565012272103105
Binary11111001101101011100101101110101010101011101010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,218,229); }

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

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

 a { background-color: rgb(124,218,229); }

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

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

 span { border-color: rgb(124,218,229); }

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