Html Css Color HEX #A5FDFF Pale Turquoise

📋 copy color: '#A5FDFF'

red 165 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #A5FDFF

Tints of Pale Turquoise #A5FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.59%

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

R = 24.52%
G = 37.59%
B = 37.89%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A5FDFF (or 0xA5FDFF) is known color: Pale Turquoise. HEX triplet: A5, FD and FF. RGB value is (165,253,255). Sum of RGB (Red+Green+Blue) = 165+253+255=673 (89% of max value = 765). Red value is 165 (64.84% from 255 or 24.52% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FDFF is #5A0200. Grayscale: #E2E2E2. Windows color (decimal): -5898753 or 16776613. OLE color: 16776613.

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

Color convert

RGB 165 253 255 -
CMYK 0.35 0.01 0 0
HSL 181.33º 1% 0.82% -
HSV(B) 181.33º 0.35% 1% -
XYZ 68.69 85.47 107.48 -
YUV 226.92 143.85 83.84 -
System Red Green Blue C M Y K H S L
Decimal 165 253 255 0.35 0.01 0 0 181.33 1 0.82
Hex A5 FD FF 23 1 0 0 B5 64 52
Octal 245 375 377 43 1 0 0 265 144 122
Binary 10100101 11111101 11111111 100011 1 0 0 10110101 1100100 1010010

Color Harmonies of #A5FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FDFF

Black with #A5FDFF

Text Example


Text Example

White with #A5FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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