Html Css Color HEX #A5FAF2 Pale Turquoise

📋 copy color: '#A5FAF2'

red 165 ◦ green 250 ◦ blue 242

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

Shades of Pale Turquoise #A5FAF2

Tints of Pale Turquoise #A5FAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.83%

R = 25.11%
G = 38.05%
B = 36.83%

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

#A5FAF2 (or 0xA5FAF2) is known color: Pale Turquoise. HEX triplet: A5, FA and F2. RGB value is (165,250,242). Sum of RGB (Red+Green+Blue) = 165+250+242=657 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.11% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAF2 is #5A050D. Grayscale: #DFDFDF. Windows color (decimal): -5899534 or 15923877. OLE color: 15923877.

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

Color convert

RGB 165 250 242 -
CMYK 0.34 0 0.03 0.02
HSL 174.35º 0.89% 0.81% -
HSV(B) 174.35º 0.34% 0.98% -
XYZ 65.73 82.78 96.52 -
YUV 223.67 138.34 86.15 -
System Red Green Blue C M Y K H S L
Decimal 165 250 242 0.34 0 0.03 0.02 174.35 0.89 0.81
Hex A5 FA F2 22 0 3 2 AE 59 51
Octal 245 372 362 42 0 3 2 256 131 121
Binary 10100101 11111010 11110010 100010 0 11 10 10101110 1011001 1010001

Color Harmonies of #A5FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAF2

Black with #A5FAF2

Text Example


Text Example

White with #A5FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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