Html Css Color HEX #A5FAFF Pale Turquoise

📋 copy color: '#A5FAFF'

red 165 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #A5FAFF

Tints of Pale Turquoise #A5FAFF

RGB

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

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

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

R = 24.63%
G = 37.31%
B = 38.06%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A5FAFF (or 0xA5FAFF) is known color: Pale Turquoise. HEX triplet: A5, FA and FF. RGB value is (165,250,255). Sum of RGB (Red+Green+Blue) = 165+250+255=670 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.63% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAFF is #5A0500. Grayscale: #E1E1E1. Windows color (decimal): -5899521 or 16775845. OLE color: 16775845.

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

Color convert

RGB 165 250 255 -
CMYK 0.35 0.02 0 0
HSL 183.33º 1% 0.82% -
HSV(B) 183.33º 0.35% 1% -
XYZ 67.75 83.59 107.17 -
YUV 225.16 144.84 85.09 -
System Red Green Blue C M Y K H S L
Decimal 165 250 255 0.35 0.02 0 0 183.33 1 0.82
Hex A5 FA FF 23 2 0 0 B7 64 52
Octal 245 372 377 43 2 0 0 267 144 122
Binary 10100101 11111010 11111111 100011 10 0 0 10110111 1100100 1010010

Color Harmonies of #A5FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAFF

Black with #A5FAFF

Text Example


Text Example

White with #A5FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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