#7ADBE1

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

Shades of Turquoise Blue #7ADBE1

Tints of Turquoise Blue #7ADBE1

Color information

#7ADBE1 (or 0x7ADBE1) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DB and E1. RGB value is (122,219,225). Sum of RGB (Red+Green+Blue) = 122+219+225=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #7ADBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADBE1 is #85241E. Grayscale: #BEBEBE. Windows color (decimal): -8725535 or 14801786. OLE color: 14801786.

HSL color Cylindrical-coordinate representation of color #7ADBE1: hue angle of 183.5º 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 #7ADBE1 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB122219225-
CMYK0.460.0300.12
HSL183.5º63.19%68.04%-
HSV(B)183.5º45.78%88.24%-
XYZ46.9560.2480.39-
YUV190.68147.3679.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.55%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=21.55%
G=38.69%
B=39.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222192250.460.0300.12183.563.1968.04
Hex7ADBE12E30Cb73f44
Octal17233334156301426777104
Binary111101011011011111000011011101101100101101111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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