Html Css Color HEX #A8EAE5 Pale Turquoise

📋 copy color: '#A8EAE5'

red 168 ◦ green 234 ◦ blue 229

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

Shades of Pale Turquoise #A8EAE5

Tints of Pale Turquoise #A8EAE5

RGB

 RED value IS 168 (66.02% from 255) = 26.62%

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

 BLUE value IS 229 (89.84% from 255) = 36.29%

R = 26.62%
G = 37.08%
B = 36.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#A8EAE5 (or 0xA8EAE5) is known color: Pale Turquoise. HEX triplet: A8, EA and E5. RGB value is (168,234,229). Sum of RGB (Red+Green+Blue) = 168+234+229=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAE5 is #57151A. Grayscale: #D5D5D5. Windows color (decimal): -5707035 or 15067816. OLE color: 15067816.

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

Color convert

RGB 168 234 229 -
CMYK 0.28 0 0.02 0.08
HSL 175.45º 0.61% 0.79% -
HSV(B) 175.45º 0.28% 0.92% -
XYZ 59.71 72.83 85.04 -
YUV 213.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 168 234 229 0.28 0 0.02 0.08 175.45 0.61 0.79
Hex A8 EA E5 1C 0 2 8 AF 3D 4F
Octal 250 352 345 34 0 2 10 257 75 117
Binary 10101000 11101010 11100101 11100 0 10 1000 10101111 111101 1001111

Color Harmonies of #A8EAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAE5

Black with #A8EAE5

Text Example


Text Example

White with #A8EAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAE5; }

 p { color: rgb(168,234,229); }

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

background-color css

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

 a { background-color: rgb(168,234,229); }

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

border-color css

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

 span { border-color: rgb(168,234,229); }

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