Html Css Color HEX #A8F1FF Pale Turquoise

📋 copy color: '#A8F1FF'

red 168 ◦ green 241 ◦ blue 255

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

Shades of Pale Turquoise #A8F1FF

Tints of Pale Turquoise #A8F1FF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.3%

 BLUE value IS 255 (100% from 255) = 38.4%

R = 25.3%
G = 36.3%
B = 38.4%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8F1FF (or 0xA8F1FF) is known color: Pale Turquoise. HEX triplet: A8, F1 and FF. RGB value is (168,241,255). Sum of RGB (Red+Green+Blue) = 168+241+255=664 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.30% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F1FF is #570E00. Grayscale: #DCDCDC. Windows color (decimal): -5705217 or 16773544. OLE color: 16773544.

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

Color convert

RGB 168 241 255 -
CMYK 0.34 0.05 0 0
HSL 189.66º 1% 0.83% -
HSV(B) 189.66º 0.34% 1% -
XYZ 65.65 78.46 106.29 -
YUV 220.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 168 241 255 0.34 0.05 0 0 189.66 1 0.83
Hex A8 F1 FF 22 5 0 0 BE 64 53
Octal 250 361 377 42 5 0 0 276 144 123
Binary 10101000 11110001 11111111 100010 101 0 0 10111110 1100100 1010011

Color Harmonies of #A8F1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F1FF

Black with #A8F1FF

Text Example


Text Example

White with #A8F1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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