Html Css Color HEX #A8F3FF Pale Turquoise

📋 copy color: '#A8F3FF'

red 168 ◦ green 243 ◦ blue 255

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

Shades of Pale Turquoise #A8F3FF

Tints of Pale Turquoise #A8F3FF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.49%

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

R = 25.23%
G = 36.49%
B = 38.29%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8F3FF (or 0xA8F3FF) is known color: Pale Turquoise. HEX triplet: A8, F3 and FF. RGB value is (168,243,255). Sum of RGB (Red+Green+Blue) = 168+243+255=666 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.23% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8F3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F3FF is #570C00. Grayscale: #DDDDDD. Windows color (decimal): -5704705 or 16774056. OLE color: 16774056.

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

Color convert

RGB 168 243 255 -
CMYK 0.34 0.05 0 0
HSL 188.28º 1% 0.83% -
HSV(B) 188.28º 0.34% 1% -
XYZ 66.25 79.65 106.49 -
YUV 221.94 146.65 89.52 -
System Red Green Blue C M Y K H S L
Decimal 168 243 255 0.34 0.05 0 0 188.28 1 0.83
Hex A8 F3 FF 22 5 0 0 BC 64 53
Octal 250 363 377 42 5 0 0 274 144 123
Binary 10101000 11110011 11111111 100010 101 0 0 10111100 1100100 1010011

Color Harmonies of #A8F3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F3FF

Black with #A8F3FF

Text Example


Text Example

White with #A8F3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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