Html Css Color HEX #A8EAE3 Pale Turquoise

📋 copy color: '#A8EAE3'

red 168 ◦ green 234 ◦ blue 227

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

Shades of Pale Turquoise #A8EAE3

Tints of Pale Turquoise #A8EAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.09%

R = 26.71%
G = 37.2%
B = 36.09%

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

#A8EAE3 (or 0xA8EAE3) is known color: Pale Turquoise. HEX triplet: A8, EA and E3. RGB value is (168,234,227). Sum of RGB (Red+Green+Blue) = 168+234+227=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAE3 is #57151C. Grayscale: #D5D5D5. Windows color (decimal): -5707037 or 14936744. OLE color: 14936744.

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

Color convert

RGB 168 234 227 -
CMYK 0.28 0 0.03 0.08
HSL 173.64º 0.61% 0.79% -
HSV(B) 173.64º 0.28% 0.92% -
XYZ 59.44 72.72 83.58 -
YUV 213.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 168 234 227 0.28 0 0.03 0.08 173.64 0.61 0.79
Hex A8 EA E3 1C 0 3 8 AE 3D 4F
Octal 250 352 343 34 0 3 10 256 75 117
Binary 10101000 11101010 11100011 11100 0 11 1000 10101110 111101 1001111

Color Harmonies of #A8EAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAE3

Black with #A8EAE3

Text Example


Text Example

White with #A8EAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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