Html Css Color HEX #A8FFF0 Pale Turquoise

📋 copy color: '#A8FFF0'

red 168 ◦ green 255 ◦ blue 240

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

Shades of Pale Turquoise #A8FFF0

Tints of Pale Turquoise #A8FFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.2%

R = 25.34%
G = 38.46%
B = 36.2%

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

#A8FFF0 (or 0xA8FFF0) is known color: Pale Turquoise. HEX triplet: A8, FF and F0. RGB value is (168,255,240). Sum of RGB (Red+Green+Blue) = 168+255+240=663 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.34% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFF0 is #57000F. Grayscale: #E3E3E3. Windows color (decimal): -5701648 or 15794088. OLE color: 15794088.

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

Color convert

RGB 168 255 240 -
CMYK 0.34 0 0.06 0
HSL 169.66º 1% 0.83% -
HSV(B) 169.66º 0.34% 1% -
XYZ 67.64 86.14 95.5 -
YUV 227.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 168 255 240 0.34 0 0.06 0 169.66 1 0.83
Hex A8 FF F0 22 0 6 0 AA 64 53
Octal 250 377 360 42 0 6 0 252 144 123
Binary 10101000 11111111 11110000 100010 0 110 0 10101010 1100100 1010011

Color Harmonies of #A8FFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FFF0

Black with #A8FFF0

Text Example


Text Example

White with #A8FFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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