Html Css Color HEX #A8E9E5 Pale Turquoise

📋 copy color: '#A8E9E5'

red 168 ◦ green 233 ◦ blue 229

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

Shades of Pale Turquoise #A8E9E5

Tints of Pale Turquoise #A8E9E5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.98%

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

R = 26.67%
G = 36.98%
B = 36.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#A8E9E5 (or 0xA8E9E5) is known color: Pale Turquoise. HEX triplet: A8, E9 and E5. RGB value is (168,233,229). Sum of RGB (Red+Green+Blue) = 168+233+229=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E9E5 is #57161A. Grayscale: #D5D5D5. Windows color (decimal): -5707291 or 15067560. OLE color: 15067560.

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

Color convert

RGB 168 233 229 -
CMYK 0.28 0 0.02 0.09
HSL 176.31º 0.6% 0.79% -
HSV(B) 176.31º 0.28% 0.91% -
XYZ 59.43 72.26 84.94 -
YUV 213.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 168 233 229 0.28 0 0.02 0.09 176.31 0.6 0.79
Hex A8 E9 E5 1C 0 2 9 B0 3C 4F
Octal 250 351 345 34 0 2 11 260 74 117
Binary 10101000 11101001 11100101 11100 0 10 1001 10110000 111100 1001111

Color Harmonies of #A8E9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E9E5

Black with #A8E9E5

Text Example


Text Example

White with #A8E9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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