#7ADCF3

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

Shades of Turquoise Blue #7ADCF3

Tints of Turquoise Blue #7ADCF3

Color information

#7ADCF3 (or 0x7ADCF3) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DC and F3. RGB value is (122,220,243). Sum of RGB (Red+Green+Blue) = 122+220+243=585 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.85% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #7ADCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADCF3 is #85230C. Grayscale: #C1C1C1. Windows color (decimal): -8725261 or 15981690. OLE color: 15981690.

HSL color Cylindrical-coordinate representation of color #7ADCF3: hue angle of 191.4º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ADCF3 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB122220243-
CMYK0.500.0900.05
HSL191.4º83.45%71.57%-
HSV(B)191.4º49.79%95.29%-
XYZ49.861.894.1-
YUV193.32156.0377.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.85%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 243 (95.31% from 255) = 41.54%
R=20.85%
G=37.61%
B=41.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222202430.500.0900.05191.483.4571.57
Hex7ADCF332905bf5348
Octal172334363621105277123110
Binary11110101101110011110011110010100101011011111110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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