Html Css Color HEX #A3FAFF Pale Turquoise

📋 copy color: '#A3FAFF'

red 163 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #A3FAFF

Tints of Pale Turquoise #A3FAFF

RGB

 RED value IS 163 (64.06% from 255) = 24.4%

 GREEN value IS 250 (98.05% from 255) = 37.43%

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

R = 24.4%
G = 37.43%
B = 38.17%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A3FAFF (or 0xA3FAFF) is known color: Pale Turquoise. HEX triplet: A3, FA and FF. RGB value is (163,250,255). Sum of RGB (Red+Green+Blue) = 163+250+255=668 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.40% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FAFF is #5C0500. Grayscale: #E0E0E0. Windows color (decimal): -6030593 or 16775843. OLE color: 16775843.

HSL color Cylindrical-coordinate representation of color #A3FAFF: hue angle of 183.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FAFF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 250 255 -
CMYK 0.36 0.02 0 0
HSL 183.26º 1% 0.82% -
HSV(B) 183.26º 0.36% 1% -
XYZ 67.34 83.38 107.15 -
YUV 224.56 145.18 84.09 -
System Red Green Blue C M Y K H S L
Decimal 163 250 255 0.36 0.02 0 0 183.26 1 0.82
Hex A3 FA FF 24 2 0 0 B7 64 52
Octal 243 372 377 44 2 0 0 267 144 122
Binary 10100011 11111010 11111111 100100 10 0 0 10110111 1100100 1010010

Color Harmonies of #A3FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3FAFF

Black with #A3FAFF

Text Example


Text Example

White with #A3FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3FAFF; }

 p { color: rgb(163,250,255); }

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

background-color css

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

 a { background-color: rgb(163,250,255); }

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

border-color css

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

 span { border-color: rgb(163,250,255); }

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