Html Css Color HEX #A8FFEF Pale Turquoise

📋 copy color: '#A8FFEF'

red 168 ◦ green 255 ◦ blue 239

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

Shades of Pale Turquoise #A8FFEF

Tints of Pale Turquoise #A8FFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.1%

R = 25.38%
G = 38.52%
B = 36.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#A8FFEF (or 0xA8FFEF) is known color: Pale Turquoise. HEX triplet: A8, FF and EF. RGB value is (168,255,239). Sum of RGB (Red+Green+Blue) = 168+255+239=662 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.38% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFEF is #570010. Grayscale: #E3E3E3. Windows color (decimal): -5701649 or 15728552. OLE color: 15728552.

HSL color Cylindrical-coordinate representation of color #A8FFEF: hue angle of 168.97º 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 #A8FFEF is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 168 255 239 -
CMYK 0.34 0 0.06 0
HSL 168.97º 1% 0.83% -
HSV(B) 168.97º 0.34% 1% -
XYZ 67.49 86.08 94.72 -
YUV 227.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 168 255 239 0.34 0 0.06 0 168.97 1 0.83
Hex A8 FF EF 22 0 6 0 A9 64 53
Octal 250 377 357 42 0 6 0 251 144 123
Binary 10101000 11111111 11101111 100010 0 110 0 10101001 1100100 1010011

Color Harmonies of #A8FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FFEF

Black with #A8FFEF

Text Example


Text Example

White with #A8FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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