Html Css Color HEX #A5FCFF Pale Turquoise

📋 copy color: '#A5FCFF'

red 165 ◦ green 252 ◦ blue 255

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

Shades of Pale Turquoise #A5FCFF

Tints of Pale Turquoise #A5FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.5%

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

R = 24.55%
G = 37.5%
B = 37.95%

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

#A5FCFF (or 0xA5FCFF) is known color: Pale Turquoise. HEX triplet: A5, FC and FF. RGB value is (165,252,255). Sum of RGB (Red+Green+Blue) = 165+252+255=672 (89% of max value = 765). Red value is 165 (64.84% from 255 or 24.55% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FCFF is #5A0300. Grayscale: #E2E2E2. Windows color (decimal): -5899009 or 16776357. OLE color: 16776357.

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

Color convert

RGB 165 252 255 -
CMYK 0.35 0.01 0 0
HSL 182º 1% 0.82% -
HSV(B) 182º 0.35% 1% -
XYZ 68.38 84.84 107.38 -
YUV 226.33 144.18 84.26 -
System Red Green Blue C M Y K H S L
Decimal 165 252 255 0.35 0.01 0 0 182 1 0.82
Hex A5 FC FF 23 1 0 0 B6 64 52
Octal 245 374 377 43 1 0 0 266 144 122
Binary 10100101 11111100 11111111 100011 1 0 0 10110110 1100100 1010010

Color Harmonies of #A5FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FCFF

Black with #A5FCFF

Text Example


Text Example

White with #A5FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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