Html Css Color HEX #A3F9F5 Pale Turquoise

📋 copy color: '#A3F9F5'

red 163 ◦ green 249 ◦ blue 245

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

Shades of Pale Turquoise #A3F9F5

Tints of Pale Turquoise #A3F9F5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.9%

 BLUE value IS 245 (96.09% from 255) = 37.29%

R = 24.81%
G = 37.9%
B = 37.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#A3F9F5 (or 0xA3F9F5) is known color: Pale Turquoise. HEX triplet: A3, F9 and F5. RGB value is (163,249,245). Sum of RGB (Red+Green+Blue) = 163+249+245=657 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.81% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F9F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F9F5 is #5C060A. Grayscale: #DEDEDE. Windows color (decimal): -6030859 or 16120227. OLE color: 16120227.

HSL color Cylindrical-coordinate representation of color #A3F9F5: hue angle of 177.21º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3F9F5 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 249 245 -
CMYK 0.35 0 0.02 0.02
HSL 177.21º 0.88% 0.81% -
HSV(B) 177.21º 0.35% 0.98% -
XYZ 65.46 82.13 98.79 -
YUV 222.83 140.51 85.33 -
System Red Green Blue C M Y K H S L
Decimal 163 249 245 0.35 0 0.02 0.02 177.21 0.88 0.81
Hex A3 F9 F5 23 0 2 2 B1 58 51
Octal 243 371 365 43 0 2 2 261 130 121
Binary 10100011 11111001 11110101 100011 0 10 10 10110001 1011000 1010001

Color Harmonies of #A3F9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F9F5

Black with #A3F9F5

Text Example


Text Example

White with #A3F9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F9F5; }

 p { color: rgb(163,249,245); }

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

background-color css

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

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

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

border-color css

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

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

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