Html Css Color HEX #A8EAE7 Pale Turquoise

📋 copy color: '#A8EAE7'

red 168 ◦ green 234 ◦ blue 231

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

Shades of Pale Turquoise #A8EAE7

Tints of Pale Turquoise #A8EAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.49%

R = 26.54%
G = 36.97%
B = 36.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#A8EAE7 (or 0xA8EAE7) is known color: Pale Turquoise. HEX triplet: A8, EA and E7. RGB value is (168,234,231). Sum of RGB (Red+Green+Blue) = 168+234+231=633 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.54% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAE7 is #571518. Grayscale: #D5D5D5. Windows color (decimal): -5707033 or 15198888. OLE color: 15198888.

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

Color convert

RGB 168 234 231 -
CMYK 0.28 0 0.01 0.08
HSL 177.27º 0.61% 0.79% -
HSV(B) 177.27º 0.28% 0.92% -
XYZ 60 72.94 86.52 -
YUV 213.92 137.63 95.24 -
System Red Green Blue C M Y K H S L
Decimal 168 234 231 0.28 0 0.01 0.08 177.27 0.61 0.79
Hex A8 EA E7 1C 0 1 8 B1 3D 4F
Octal 250 352 347 34 0 1 10 261 75 117
Binary 10101000 11101010 11100111 11100 0 1 1000 10110001 111101 1001111

Color Harmonies of #A8EAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAE7

Black with #A8EAE7

Text Example


Text Example

White with #A8EAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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