Html Css Color HEX #7ADDDC Turquoise Blue

📋 copy color: '#7ADDDC'

red 122 ◦ green 221 ◦ blue 220

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

Shades of Turquoise Blue #7ADDDC

Tints of Turquoise Blue #7ADDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.25%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 21.67%
G = 39.25%
B = 39.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#7ADDDC (or 0x7ADDDC) is known color: Turquoise Blue. HEX triplet: 7A, DD and DC. RGB value is (122,221,220). Sum of RGB (Red+Green+Blue) = 122+221+220=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDDC is #852223. Grayscale: #BFBFBF. Windows color (decimal): -8725028 or 14474618. OLE color: 14474618.

HSL color Cylindrical-coordinate representation of color #7ADDDC: hue angle of 179.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDDC is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 221 220 -
CMYK 0.45 0 0.00 0.13
HSL 179.39º 0.59% 0.67% -
HSV(B) 179.39º 0.45% 0.87% -
XYZ 46.8 61.02 77.02 -
YUV 191.29 144.2 78.58 -
System Red Green Blue C M Y K H S L
Decimal 122 221 220 0.45 0 0.00 0.13 179.39 0.59 0.67
Hex 7A DD DC 2D 0 0 D B3 3B 43
Octal 172 335 334 55 0 0 15 263 73 103
Binary 1111010 11011101 11011100 101101 0 0 1101 10110011 111011 1000011

Color Harmonies of #7ADDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDDC

Black with #7ADDDC

Text Example


Text Example

White with #7ADDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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