Html Css Color HEX #A8EAE8 Pale Turquoise

📋 copy color: '#A8EAE8'

red 168 ◦ green 234 ◦ blue 232

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

Shades of Pale Turquoise #A8EAE8

Tints of Pale Turquoise #A8EAE8

RGB

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

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

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

R = 26.5%
G = 36.91%
B = 36.59%

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

#A8EAE8 (or 0xA8EAE8) is known color: Pale Turquoise. HEX triplet: A8, EA and E8. RGB value is (168,234,232). Sum of RGB (Red+Green+Blue) = 168+234+232=634 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.50% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAE8 is #571517. Grayscale: #D5D5D5. Windows color (decimal): -5707032 or 15264424. OLE color: 15264424.

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

Color convert

RGB 168 234 232 -
CMYK 0.28 0 0.01 0.08
HSL 178.18º 0.61% 0.79% -
HSV(B) 178.18º 0.28% 0.92% -
XYZ 60.14 73 87.26 -
YUV 214.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 168 234 232 0.28 0 0.01 0.08 178.18 0.61 0.79
Hex A8 EA E8 1C 0 1 8 B2 3D 4F
Octal 250 352 350 34 0 1 10 262 75 117
Binary 10101000 11101010 11101000 11100 0 1 1000 10110010 111101 1001111

Color Harmonies of #A8EAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAE8

Black with #A8EAE8

Text Example


Text Example

White with #A8EAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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