Html Css Color HEX #A8FBFC Pale Turquoise

📋 copy color: '#A8FBFC'

red 168 ◦ green 251 ◦ blue 252

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

Shades of Pale Turquoise #A8FBFC

Tints of Pale Turquoise #A8FBFC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.41%

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

R = 25.04%
G = 37.41%
B = 37.56%

CMYK

 C value IS 0.33

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8FBFC (or 0xA8FBFC) is known color: Pale Turquoise. HEX triplet: A8, FB and FC. RGB value is (168,251,252). Sum of RGB (Red+Green+Blue) = 168+251+252=671 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.04% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8FBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FBFC is #570403. Grayscale: #E2E2E2. Windows color (decimal): -5702660 or 16579496. OLE color: 16579496.

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

Color convert

RGB 168 251 252 -
CMYK 0.33 0.00 0 0.01
HSL 180.71º 0.93% 0.82% -
HSV(B) 180.71º 0.33% 0.99% -
XYZ 68.22 84.35 104.78 -
YUV 226.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 168 251 252 0.33 0.00 0 0.01 180.71 0.93 0.82
Hex A8 FB FC 21 0 0 1 B5 5D 52
Octal 250 373 374 41 0 0 1 265 135 122
Binary 10101000 11111011 11111100 100001 0 0 1 10110101 1011101 1010010

Color Harmonies of #A8FBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FBFC

Black with #A8FBFC

Text Example


Text Example

White with #A8FBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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