Html Css Color HEX #A8EAE4 Pale Turquoise

📋 copy color: '#A8EAE4'

red 168 ◦ green 234 ◦ blue 228

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

Shades of Pale Turquoise #A8EAE4

Tints of Pale Turquoise #A8EAE4

RGB

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

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

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

R = 26.67%
G = 37.14%
B = 36.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#A8EAE4 (or 0xA8EAE4) is known color: Pale Turquoise. HEX triplet: A8, EA and E4. RGB value is (168,234,228). Sum of RGB (Red+Green+Blue) = 168+234+228=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAE4 is #57151B. Grayscale: #D5D5D5. Windows color (decimal): -5707036 or 15002280. OLE color: 15002280.

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

Color convert

RGB 168 234 228 -
CMYK 0.28 0 0.03 0.08
HSL 174.55º 0.61% 0.79% -
HSV(B) 174.55º 0.28% 0.92% -
XYZ 59.57 72.77 84.31 -
YUV 213.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 168 234 228 0.28 0 0.03 0.08 174.55 0.61 0.79
Hex A8 EA E4 1C 0 3 8 AF 3D 4F
Octal 250 352 344 34 0 3 10 257 75 117
Binary 10101000 11101010 11100100 11100 0 11 1000 10101111 111101 1001111

Color Harmonies of #A8EAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAE4

Black with #A8EAE4

Text Example


Text Example

White with #A8EAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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