Html Css Color HEX #7AECE6 Turquoise Blue

📋 copy color: '#7AECE6'

red 122 ◦ green 236 ◦ blue 230

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

Shades of Turquoise Blue #7AECE6

Tints of Turquoise Blue #7AECE6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.14%

 BLUE value IS 230 (90.23% from 255) = 39.12%

R = 20.75%
G = 40.14%
B = 39.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#7AECE6 (or 0x7AECE6) is known color: Turquoise Blue. HEX triplet: 7A, EC and E6. RGB value is (122,236,230). Sum of RGB (Red+Green+Blue) = 122+236+230=588 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.75% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AECE6 is #851319. Grayscale: #C9C9C9. Windows color (decimal): -8721178 or 15133818. OLE color: 15133818.

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

Color convert

RGB 122 236 230 -
CMYK 0.48 0 0.03 0.07
HSL 176.84º 0.75% 0.7% -
HSV(B) 176.84º 0.48% 0.93% -
XYZ 52.3 69.84 85.59 -
YUV 201.23 144.23 71.49 -
System Red Green Blue C M Y K H S L
Decimal 122 236 230 0.48 0 0.03 0.07 176.84 0.75 0.7
Hex 7A EC E6 30 0 3 7 B1 4B 46
Octal 172 354 346 60 0 3 7 261 113 106
Binary 1111010 11101100 11100110 110000 0 11 111 10110001 1001011 1000110

Color Harmonies of #7AECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AECE6

Black with #7AECE6

Text Example


Text Example

White with #7AECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,236,230); }

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

background-color css

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

 a { background-color: rgb(122,236,230); }

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

border-color css

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

 span { border-color: rgb(122,236,230); }

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