Html Css Color HEX #7ADCED Turquoise Blue

📋 copy color: '#7ADCED'

red 122 ◦ green 220 ◦ blue 237

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

Shades of Turquoise Blue #7ADCED

Tints of Turquoise Blue #7ADCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.93%

R = 21.07%
G = 38%
B = 40.93%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7ADCED (or 0x7ADCED) is known color: Turquoise Blue. HEX triplet: 7A, DC and ED. RGB value is (122,220,237). Sum of RGB (Red+Green+Blue) = 122+220+237=579 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.07% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #7ADCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADCED is #852312. Grayscale: #C0C0C0. Windows color (decimal): -8725267 or 15588474. OLE color: 15588474.

HSL color Cylindrical-coordinate representation of color #7ADCED: hue angle of 188.87º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ADCED is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 220 237 -
CMYK 0.49 0.07 0 0.07
HSL 188.87º 0.76% 0.7% -
HSV(B) 188.87º 0.49% 0.93% -
XYZ 48.91 61.44 89.4 -
YUV 192.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 122 220 237 0.49 0.07 0 0.07 188.87 0.76 0.7
Hex 7A DC ED 31 7 0 7 BD 4C 46
Octal 172 334 355 61 7 0 7 275 114 106
Binary 1111010 11011100 11101101 110001 111 0 111 10111101 1001100 1000110

Color Harmonies of #7ADCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADCED

Black with #7ADCED

Text Example


Text Example

White with #7ADCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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