Html Css Color HEX #A8F8FC Pale Turquoise

📋 copy color: '#A8F8FC'

red 168 ◦ green 248 ◦ blue 252

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

Shades of Pale Turquoise #A8F8FC

Tints of Pale Turquoise #A8F8FC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.13%

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

R = 25.15%
G = 37.13%
B = 37.72%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8F8FC (or 0xA8F8FC) is known color: Pale Turquoise. HEX triplet: A8, F8 and FC. RGB value is (168,248,252). Sum of RGB (Red+Green+Blue) = 168+248+252=668 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.15% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8F8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F8FC is #570703. Grayscale: #E0E0E0. Windows color (decimal): -5703428 or 16578728. OLE color: 16578728.

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

Color convert

RGB 168 248 252 -
CMYK 0.33 0.02 0 0.01
HSL 182.86º 0.93% 0.82% -
HSV(B) 182.86º 0.33% 0.99% -
XYZ 67.29 82.49 104.47 -
YUV 224.54 143.5 87.67 -
System Red Green Blue C M Y K H S L
Decimal 168 248 252 0.33 0.02 0 0.01 182.86 0.93 0.82
Hex A8 F8 FC 21 2 0 1 B7 5D 52
Octal 250 370 374 41 2 0 1 267 135 122
Binary 10101000 11111000 11111100 100001 10 0 1 10110111 1011101 1010010

Color Harmonies of #A8F8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F8FC

Black with #A8F8FC

Text Example


Text Example

White with #A8F8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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