Html Css Color HEX #A5FAF3 Pale Turquoise

📋 copy color: '#A5FAF3'

red 165 ◦ green 250 ◦ blue 243

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

Shades of Pale Turquoise #A5FAF3

Tints of Pale Turquoise #A5FAF3

RGB

 RED value IS 165 (64.84% from 255) = 25.08%

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

 BLUE value IS 243 (95.31% from 255) = 36.93%

R = 25.08%
G = 37.99%
B = 36.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#A5FAF3 (or 0xA5FAF3) is known color: Pale Turquoise. HEX triplet: A5, FA and F3. RGB value is (165,250,243). Sum of RGB (Red+Green+Blue) = 165+250+243=658 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.08% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAF3 is #5A050C. Grayscale: #DFDFDF. Windows color (decimal): -5899533 or 15989413. OLE color: 15989413.

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

Color convert

RGB 165 250 243 -
CMYK 0.34 0 0.03 0.02
HSL 175.06º 0.89% 0.81% -
HSV(B) 175.06º 0.34% 0.98% -
XYZ 65.88 82.84 97.31 -
YUV 223.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 165 250 243 0.34 0 0.03 0.02 175.06 0.89 0.81
Hex A5 FA F3 22 0 3 2 AF 59 51
Octal 245 372 363 42 0 3 2 257 131 121
Binary 10100101 11111010 11110011 100010 0 11 10 10101111 1011001 1010001

Color Harmonies of #A5FAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAF3

Black with #A5FAF3

Text Example


Text Example

White with #A5FAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAF3; }

 p { color: rgb(165,250,243); }

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

background-color css

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

 a { background-color: rgb(165,250,243); }

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

border-color css

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

 span { border-color: rgb(165,250,243); }

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