Html Css Color HEX #A7EAE4 Pale Turquoise

📋 copy color: '#A7EAE4'

red 167 ◦ green 234 ◦ blue 228

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

Shades of Pale Turquoise #A7EAE4

Tints of Pale Turquoise #A7EAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.25%

R = 26.55%
G = 37.2%
B = 36.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#A7EAE4 (or 0xA7EAE4) is known color: Pale Turquoise. HEX triplet: A7, EA and E4. RGB value is (167,234,228). Sum of RGB (Red+Green+Blue) = 167+234+228=629 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.55% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EAE4 is #58151B. Grayscale: #D5D5D5. Windows color (decimal): -5772572 or 15002279. OLE color: 15002279.

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

Color convert

RGB 167 234 228 -
CMYK 0.29 0 0.03 0.08
HSL 174.63º 0.61% 0.79% -
HSV(B) 174.63º 0.29% 0.92% -
XYZ 59.36 72.66 84.3 -
YUV 213.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 167 234 228 0.29 0 0.03 0.08 174.63 0.61 0.79
Hex A7 EA E4 1D 0 3 8 AF 3D 4F
Octal 247 352 344 35 0 3 10 257 75 117
Binary 10100111 11101010 11100100 11101 0 11 1000 10101111 111101 1001111

Color Harmonies of #A7EAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EAE4

Black with #A7EAE4

Text Example


Text Example

White with #A7EAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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