#7ADCE1

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

Shades of Turquoise Blue #7ADCE1

Tints of Turquoise Blue #7ADCE1

Color information

#7ADCE1 (or 0x7ADCE1) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DC and E1. RGB value is (122,220,225). Sum of RGB (Red+Green+Blue) = 122+220+225=567 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.52% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #7ADCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCE1 is #85231E. Grayscale: #BFBFBF. Windows color (decimal): -8725279 or 14802042. OLE color: 14802042.

HSL color Cylindrical-coordinate representation of color #7ADCE1: hue angle of 182.91º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ADCE1 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB122220225-
CMYK0.460.0200.12
HSL182.91º63.19%68.04%-
HSV(B)182.91º45.78%88.24%-
XYZ47.2160.7680.47-
YUV191.27147.0378.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.52%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 225 (88.28% from 255) = 39.68%
R=21.52%
G=38.80%
B=39.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222202250.460.0200.12182.9163.1968.04
Hex7ADCE12E20Cb73f44
Octal17233434156201426777104
Binary111101011011100111000011011101001100101101111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,220,225); }

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

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

 a { background-color: rgb(122,220,225); }

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

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

 span { border-color: rgb(122,220,225); }

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