Html Css Color HEX #A8F1FC Pale Turquoise

📋 copy color: '#A8F1FC'

red 168 ◦ green 241 ◦ blue 252

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

Shades of Pale Turquoise #A8F1FC

Tints of Pale Turquoise #A8F1FC

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #A8F1FC: hue angle of 187.86º 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 #A8F1FC is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 241 252 -
CMYK 0.33 0.04 0 0.01
HSL 187.86º 0.93% 0.82% -
HSV(B) 187.86º 0.33% 0.99% -
XYZ 65.17 78.26 103.77 -
YUV 220.43 145.82 90.61 -
System Red Green Blue C M Y K H S L
Decimal 168 241 252 0.33 0.04 0 0.01 187.86 0.93 0.82
Hex A8 F1 FC 21 4 0 1 BC 5D 52
Octal 250 361 374 41 4 0 1 274 135 122
Binary 10101000 11110001 11111100 100001 100 0 1 10111100 1011101 1010010

Color Harmonies of #A8F1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F1FC

Black with #A8F1FC

Text Example


Text Example

White with #A8F1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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