Html Css Color HEX #A8F5FC Pale Turquoise

📋 copy color: '#A8F5FC'

red 168 ◦ green 245 ◦ blue 252

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

Shades of Pale Turquoise #A8F5FC

Tints of Pale Turquoise #A8F5FC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.84%

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

R = 25.26%
G = 36.84%
B = 37.89%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8F5FC (or 0xA8F5FC) is known color: Pale Turquoise. HEX triplet: A8, F5 and FC. RGB value is (168,245,252). Sum of RGB (Red+Green+Blue) = 168+245+252=665 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.26% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8F5FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F5FC is #570A03. Grayscale: #DEDEDE. Windows color (decimal): -5704196 or 16577960. OLE color: 16577960.

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

Color convert

RGB 168 245 252 -
CMYK 0.33 0.03 0 0.01
HSL 185º 0.93% 0.82% -
HSV(B) 185º 0.33% 0.99% -
XYZ 66.37 80.66 104.17 -
YUV 222.78 144.49 88.93 -
System Red Green Blue C M Y K H S L
Decimal 168 245 252 0.33 0.03 0 0.01 185 0.93 0.82
Hex A8 F5 FC 21 3 0 1 B9 5D 52
Octal 250 365 374 41 3 0 1 271 135 122
Binary 10101000 11110101 11111100 100001 11 0 1 10111001 1011101 1010010

Color Harmonies of #A8F5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F5FC

Black with #A8F5FC

Text Example


Text Example

White with #A8F5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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