Html Css Color HEX #A3FFFF Pale Turquoise

📋 copy color: '#A3FFFF'

red 163 ◦ green 255 ◦ blue 255

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

Shades of Pale Turquoise #A3FFFF

Tints of Pale Turquoise #A3FFFF

RGB

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

 GREEN value IS 255 (100% from 255) = 37.89%

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

R = 24.22%
G = 37.89%
B = 37.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A3FFFF (or 0xA3FFFF) is known color: Pale Turquoise. HEX triplet: A3, FF and FF. RGB value is (163,255,255). Sum of RGB (Red+Green+Blue) = 163+255+255=673 (89% of max value = 765). Red value is 163 (64.06% from 255 or 24.22% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #A3FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFFF is #5C0000. Grayscale: #E3E3E3. Windows color (decimal): -6029313 or 16777123. OLE color: 16777123.

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

Color convert

RGB 163 255 255 -
CMYK 0.36 0 0 0
HSL 180º 1% 0.82% -
HSV(B) 180º 0.36% 1% -
XYZ 68.91 86.53 107.68 -
YUV 227.49 143.52 82 -
System Red Green Blue C M Y K H S L
Decimal 163 255 255 0.36 0 0 0 180 1 0.82
Hex A3 FF FF 24 0 0 0 B4 64 52
Octal 243 377 377 44 0 0 0 264 144 122
Binary 10100011 11111111 11111111 100100 0 0 0 10110100 1100100 1010010

Color Harmonies of #A3FFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3FFFF

Black with #A3FFFF

Text Example


Text Example

White with #A3FFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3FFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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