Html Css Color HEX #A8FCFF Pale Turquoise

📋 copy color: '#A8FCFF'

red 168 ◦ green 252 ◦ blue 255

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

Shades of Pale Turquoise #A8FCFF

Tints of Pale Turquoise #A8FCFF

RGB

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

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

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

R = 24.89%
G = 37.33%
B = 37.78%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8FCFF (or 0xA8FCFF) is known color: Pale Turquoise. HEX triplet: A8, FC and FF. RGB value is (168,252,255). Sum of RGB (Red+Green+Blue) = 168+252+255=675 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.89% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FCFF is #570300. Grayscale: #E3E3E3. Windows color (decimal): -5702401 or 16776360. OLE color: 16776360.

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

Color convert

RGB 168 252 255 -
CMYK 0.34 0.01 0 0
HSL 182.07º 1% 0.83% -
HSV(B) 182.07º 0.34% 1% -
XYZ 69.01 85.17 107.41 -
YUV 227.23 143.67 85.76 -
System Red Green Blue C M Y K H S L
Decimal 168 252 255 0.34 0.01 0 0 182.07 1 0.83
Hex A8 FC FF 22 1 0 0 B6 64 53
Octal 250 374 377 42 1 0 0 266 144 123
Binary 10101000 11111100 11111111 100010 1 0 0 10110110 1100100 1010011

Color Harmonies of #A8FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FCFF

Black with #A8FCFF

Text Example


Text Example

White with #A8FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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