Html Css Color HEX #7ADCF6 Turquoise Blue

📋 copy color: '#7ADCF6'

red 122 ◦ green 220 ◦ blue 246

#7ADCF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #7ADCF6

Tints of Turquoise Blue #7ADCF6

RGB

 RED value IS 122 (48.05% from 255) = 20.75%

 GREEN value IS 220 (86.33% from 255) = 37.41%

 BLUE value IS 246 (96.48% from 255) = 41.84%

R = 20.75%
G = 37.41%
B = 41.84%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7ADCF6 (or 0x7ADCF6) is known color: Turquoise Blue. HEX triplet: 7A, DC and F6. RGB value is (122,220,246). Sum of RGB (Red+Green+Blue) = 122+220+246=588 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.75% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 246 - color contains mainly: blue. Hex color #7ADCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADCF6 is #852309. Grayscale: #C1C1C1. Windows color (decimal): -8725258 or 16178298. OLE color: 16178298.

HSL color Cylindrical-coordinate representation of color #7ADCF6: hue angle of 192.58º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ADCF6 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 220 246 -
CMYK 0.50 0.11 0 0.04
HSL 192.58º 0.87% 0.72% -
HSV(B) 192.58º 0.5% 0.96% -
XYZ 50.25 61.98 96.5 -
YUV 193.66 157.53 76.89 -
System Red Green Blue C M Y K H S L
Decimal 122 220 246 0.50 0.11 0 0.04 192.58 0.87 0.72
Hex 7A DC F6 32 B 0 4 C1 57 48
Octal 172 334 366 62 13 0 4 301 127 110
Binary 1111010 11011100 11110110 110010 1011 0 100 11000001 1010111 1001000

Color Harmonies of #7ADCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCF6

Black with #7ADCF6

Text Example


Text Example

White with #7ADCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ADCF6;
 }
 .AnyTagClassName
 {
   color: #7ADCF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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