Html Css Color HEX #7AE5DE Turquoise Blue

📋 copy color: '#7AE5DE'

red 122 ◦ green 229 ◦ blue 222

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

Shades of Turquoise Blue #7AE5DE

Tints of Turquoise Blue #7AE5DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.74%

R = 21.29%
G = 39.97%
B = 38.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#7AE5DE (or 0x7AE5DE) is known color: Turquoise Blue. HEX triplet: 7A, E5 and DE. RGB value is (122,229,222). Sum of RGB (Red+Green+Blue) = 122+229+222=573 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.29% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE5DE is #851A21. Grayscale: #C4C4C4. Windows color (decimal): -8722978 or 14607738. OLE color: 14607738.

HSL color Cylindrical-coordinate representation of color #7AE5DE: hue angle of 176.07º 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 #7AE5DE is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 229 222 -
CMYK 0.47 0 0.03 0.10
HSL 176.07º 0.67% 0.69% -
HSV(B) 176.07º 0.47% 0.9% -
XYZ 49.23 65.45 79.15 -
YUV 196.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 122 229 222 0.47 0 0.03 0.10 176.07 0.67 0.69
Hex 7A E5 DE 2F 0 3 A B0 43 45
Octal 172 345 336 57 0 3 12 260 103 105
Binary 1111010 11100101 11011110 101111 0 11 1010 10110000 1000011 1000101

Color Harmonies of #7AE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE5DE

Black with #7AE5DE

Text Example


Text Example

White with #7AE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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