#7CDEDF

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

Shades of Turquoise Blue #7CDEDF

Tints of Turquoise Blue #7CDEDF

Color information

#7CDEDF (or 0x7CDEDF) is unknown color: approx Turquoise Blue. HEX triplet: 7C, DE and DF. RGB value is (124,222,223). Sum of RGB (Red+Green+Blue) = 124+222+223=569 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.79% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CDEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDEDF is #832120. Grayscale: #C0C0C0. Windows color (decimal): -8593697 or 14671484. OLE color: 14671484.

HSL color Cylindrical-coordinate representation of color #7CDEDF: hue angle of 180.61º degrees, saturation: 0.61, 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 #7CDEDF is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124222223-
CMYK0.440.0000.13
HSL180.61º60.74%68.04%-
HSV(B)180.61º44.39%87.45%-
XYZ47.7561.8679.23-
YUV192.81145.0378.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.79%
GREEN value IS 222 (87.11% from 255) = 39.02%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=21.79%
G=39.02%
B=39.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242222230.440.0000.13180.6160.7468.04
Hex7CDEDF2C00Db53d44
Octal17433633754001526575104
Binary11111001101111011011111101100001101101101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,222,223); }

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

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

 a { background-color: rgb(124,222,223); }

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

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

 span { border-color: rgb(124,222,223); }

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