Html Css Color HEX #A7EAE8 Pale Turquoise

📋 copy color: '#A7EAE8'

red 167 ◦ green 234 ◦ blue 232

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

Shades of Pale Turquoise #A7EAE8

Tints of Pale Turquoise #A7EAE8

RGB

 RED value IS 167 (65.63% from 255) = 26.38%

 GREEN value IS 234 (91.8% from 255) = 36.97%

 BLUE value IS 232 (91.02% from 255) = 36.65%

R = 26.38%
G = 36.97%
B = 36.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#A7EAE8 (or 0xA7EAE8) is known color: Pale Turquoise. HEX triplet: A7, EA and E8. RGB value is (167,234,232). Sum of RGB (Red+Green+Blue) = 167+234+232=633 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.38% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EAE8 is #581517. Grayscale: #D5D5D5. Windows color (decimal): -5772568 or 15264423. OLE color: 15264423.

HSL color Cylindrical-coordinate representation of color #A7EAE8: hue angle of 178.21º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EAE8 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 234 232 -
CMYK 0.29 0 0.01 0.08
HSL 178.21º 0.61% 0.79% -
HSV(B) 178.21º 0.29% 0.92% -
XYZ 59.92 72.89 87.25 -
YUV 213.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 167 234 232 0.29 0 0.01 0.08 178.21 0.61 0.79
Hex A7 EA E8 1D 0 1 8 B2 3D 4F
Octal 247 352 350 35 0 1 10 262 75 117
Binary 10100111 11101010 11101000 11101 0 1 1000 10110010 111101 1001111

Color Harmonies of #A7EAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EAE8

Black with #A7EAE8

Text Example


Text Example

White with #A7EAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EAE8; }

 p { color: rgb(167,234,232); }

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

background-color css

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

 a { background-color: rgb(167,234,232); }

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

border-color css

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

 span { border-color: rgb(167,234,232); }

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