Html Css Color HEX #A8FFEC Pale Turquoise

📋 copy color: '#A8FFEC'

red 168 ◦ green 255 ◦ blue 236

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

Shades of Pale Turquoise #A8FFEC

Tints of Pale Turquoise #A8FFEC

RGB

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

 GREEN value IS 255 (100% from 255) = 38.69%

 BLUE value IS 236 (92.58% from 255) = 35.81%

R = 25.49%
G = 38.69%
B = 35.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#A8FFEC (or 0xA8FFEC) is known color: Pale Turquoise. HEX triplet: A8, FF and EC. RGB value is (168,255,236). Sum of RGB (Red+Green+Blue) = 168+255+236=659 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.49% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFEC is #570013. Grayscale: #E2E2E2. Windows color (decimal): -5701652 or 15531944. OLE color: 15531944.

HSL color Cylindrical-coordinate representation of color #A8FFEC: hue angle of 166.9º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFEC is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 168 255 236 -
CMYK 0.34 0 0.07 0
HSL 166.9º 1% 0.83% -
HSV(B) 166.9º 0.34% 1% -
XYZ 67.05 85.9 92.4 -
YUV 226.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 168 255 236 0.34 0 0.07 0 166.9 1 0.83
Hex A8 FF EC 22 0 7 0 A7 64 53
Octal 250 377 354 42 0 7 0 247 144 123
Binary 10101000 11111111 11101100 100010 0 111 0 10100111 1100100 1010011

Color Harmonies of #A8FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FFEC

Black with #A8FFEC

Text Example


Text Example

White with #A8FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FFEC; }

 p { color: rgb(168,255,236); }

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

background-color css

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

 a { background-color: rgb(168,255,236); }

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

border-color css

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

 span { border-color: rgb(168,255,236); }

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