Html Css Color HEX #A8FAF1 Pale Turquoise

📋 copy color: '#A8FAF1'

red 168 ◦ green 250 ◦ blue 241

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

Shades of Pale Turquoise #A8FAF1

Tints of Pale Turquoise #A8FAF1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.94%

 BLUE value IS 241 (94.53% from 255) = 36.57%

R = 25.49%
G = 37.94%
B = 36.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#A8FAF1 (or 0xA8FAF1) is known color: Pale Turquoise. HEX triplet: A8, FA and F1. RGB value is (168,250,241). Sum of RGB (Red+Green+Blue) = 168+250+241=659 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.49% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FAF1 is #57050E. Grayscale: #E0E0E0. Windows color (decimal): -5702927 or 15858344. OLE color: 15858344.

HSL color Cylindrical-coordinate representation of color #A8FAF1: hue angle of 173.41º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAF1 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 250 241 -
CMYK 0.33 0 0.04 0.02
HSL 173.41º 0.89% 0.82% -
HSV(B) 173.41º 0.33% 0.98% -
XYZ 66.21 83.05 95.76 -
YUV 224.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 168 250 241 0.33 0 0.04 0.02 173.41 0.89 0.82
Hex A8 FA F1 21 0 4 2 AD 59 52
Octal 250 372 361 41 0 4 2 255 131 122
Binary 10101000 11111010 11110001 100001 0 100 10 10101101 1011001 1010010

Color Harmonies of #A8FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FAF1

Black with #A8FAF1

Text Example


Text Example

White with #A8FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FAF1; }

 p { color: rgb(168,250,241); }

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

background-color css

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

 a { background-color: rgb(168,250,241); }

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

border-color css

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

 span { border-color: rgb(168,250,241); }

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