Html Css Color HEX #7AE5DB Turquoise Blue

📋 copy color: '#7AE5DB'

red 122 ◦ green 229 ◦ blue 219

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

Shades of Turquoise Blue #7AE5DB

Tints of Turquoise Blue #7AE5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.18%

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 21.4%
G = 40.18%
B = 38.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#7AE5DB (or 0x7AE5DB) is known color: Turquoise Blue. HEX triplet: 7A, E5 and DB. RGB value is (122,229,219). Sum of RGB (Red+Green+Blue) = 122+229+219=570 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.40% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE5DB is #851A24. Grayscale: #C3C3C3. Windows color (decimal): -8722981 or 14411130. OLE color: 14411130.

HSL color Cylindrical-coordinate representation of color #7AE5DB: hue angle of 174.39º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE5DB is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 229 219 -
CMYK 0.47 0 0.04 0.10
HSL 174.39º 0.67% 0.69% -
HSV(B) 174.39º 0.47% 0.9% -
XYZ 48.83 65.29 77.05 -
YUV 195.87 141.05 75.31 -
System Red Green Blue C M Y K H S L
Decimal 122 229 219 0.47 0 0.04 0.10 174.39 0.67 0.69
Hex 7A E5 DB 2F 0 4 A AE 43 45
Octal 172 345 333 57 0 4 12 256 103 105
Binary 1111010 11100101 11011011 101111 0 100 1010 10101110 1000011 1000101

Color Harmonies of #7AE5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE5DB

Black with #7AE5DB

Text Example


Text Example

White with #7AE5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,229,219); }

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

background-color css

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

 a { background-color: rgb(122,229,219); }

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

border-color css

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

 span { border-color: rgb(122,229,219); }

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