Html Css Color HEX #7AE8DC Turquoise Blue

📋 copy color: '#7AE8DC'

red 122 ◦ green 232 ◦ blue 220

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

Shades of Turquoise Blue #7AE8DC

Tints of Turquoise Blue #7AE8DC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.42%

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

R = 21.25%
G = 40.42%
B = 38.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#7AE8DC (or 0x7AE8DC) is known color: Turquoise Blue. HEX triplet: 7A, E8 and DC. RGB value is (122,232,220). Sum of RGB (Red+Green+Blue) = 122+232+220=574 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.25% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 232 - color contains mainly: green. Hex color #7AE8DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AE8DC is #851723. Grayscale: #C5C5C5. Windows color (decimal): -8722212 or 14477434. OLE color: 14477434.

HSL color Cylindrical-coordinate representation of color #7AE8DC: hue angle of 173.45º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE8DC is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 122 232 220 -
CMYK 0.47 0 0.05 0.09
HSL 173.45º 0.71% 0.69% -
HSV(B) 173.45º 0.47% 0.91% -
XYZ 49.8 67.02 78.02 -
YUV 197.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 122 232 220 0.47 0 0.05 0.09 173.45 0.71 0.69
Hex 7A E8 DC 2F 0 5 9 AD 47 45
Octal 172 350 334 57 0 5 11 255 107 105
Binary 1111010 11101000 11011100 101111 0 101 1001 10101101 1000111 1000101

Color Harmonies of #7AE8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE8DC

Black with #7AE8DC

Text Example


Text Example

White with #7AE8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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