Html Css Color HEX #A3FFFD Pale Turquoise

📋 copy color: '#A3FFFD'

red 163 ◦ green 255 ◦ blue 253

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

Shades of Pale Turquoise #A3FFFD

Tints of Pale Turquoise #A3FFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.7%

R = 24.29%
G = 38%
B = 37.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#A3FFFD (or 0xA3FFFD) is known color: Pale Turquoise. HEX triplet: A3, FF and FD. RGB value is (163,255,253). Sum of RGB (Red+Green+Blue) = 163+255+253=671 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.29% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFFD is #5C0002. Grayscale: #E3E3E3. Windows color (decimal): -6029315 or 16646051. OLE color: 16646051.

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

Color convert

RGB 163 255 253 -
CMYK 0.36 0 0.01 0
HSL 178.7º 1% 0.82% -
HSV(B) 178.7º 0.36% 1% -
XYZ 68.59 86.4 105.99 -
YUV 227.26 142.52 82.16 -
System Red Green Blue C M Y K H S L
Decimal 163 255 253 0.36 0 0.01 0 178.7 1 0.82
Hex A3 FF FD 24 0 1 0 B3 64 52
Octal 243 377 375 44 0 1 0 263 144 122
Binary 10100011 11111111 11111101 100100 0 1 0 10110011 1100100 1010010

Color Harmonies of #A3FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3FFFD

Black with #A3FFFD

Text Example


Text Example

White with #A3FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3FFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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