Html Css Color HEX #A8FCF1 Pale Turquoise

📋 copy color: '#A8FCF1'

red 168 ◦ green 252 ◦ blue 241

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

Shades of Pale Turquoise #A8FCF1

Tints of Pale Turquoise #A8FCF1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.12%

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

R = 25.42%
G = 38.12%
B = 36.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#A8FCF1 (or 0xA8FCF1) is known color: Pale Turquoise. HEX triplet: A8, FC and F1. RGB value is (168,252,241). Sum of RGB (Red+Green+Blue) = 168+252+241=661 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.42% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FCF1 is #57030E. Grayscale: #E1E1E1. Windows color (decimal): -5702415 or 15858856. OLE color: 15858856.

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

Color convert

RGB 168 252 241 -
CMYK 0.33 0 0.04 0.01
HSL 172.14º 0.93% 0.82% -
HSV(B) 172.14º 0.33% 0.99% -
XYZ 66.84 84.3 95.97 -
YUV 225.63 136.67 86.89 -
System Red Green Blue C M Y K H S L
Decimal 168 252 241 0.33 0 0.04 0.01 172.14 0.93 0.82
Hex A8 FC F1 21 0 4 1 AC 5D 52
Octal 250 374 361 41 0 4 1 254 135 122
Binary 10101000 11111100 11110001 100001 0 100 1 10101100 1011101 1010010

Color Harmonies of #A8FCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FCF1

Black with #A8FCF1

Text Example


Text Example

White with #A8FCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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