Html Css Color HEX #A5FFF0 Pale Turquoise

📋 copy color: '#A5FFF0'

red 165 ◦ green 255 ◦ blue 240

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

Shades of Pale Turquoise #A5FFF0

Tints of Pale Turquoise #A5FFF0

RGB

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

 GREEN value IS 255 (100% from 255) = 38.64%

 BLUE value IS 240 (94.14% from 255) = 36.36%

R = 25%
G = 38.64%
B = 36.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#A5FFF0 (or 0xA5FFF0) is known color: Pale Turquoise. HEX triplet: A5, FF and F0. RGB value is (165,255,240). Sum of RGB (Red+Green+Blue) = 165+255+240=660 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FFF0 is #5A000F. Grayscale: #E2E2E2. Windows color (decimal): -5898256 or 15794085. OLE color: 15794085.

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

Color convert

RGB 165 255 240 -
CMYK 0.35 0 0.06 0
HSL 170º 1% 0.82% -
HSV(B) 170º 0.35% 1% -
XYZ 67.01 85.81 95.47 -
YUV 226.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 165 255 240 0.35 0 0.06 0 170 1 0.82
Hex A5 FF F0 23 0 6 0 AA 64 52
Octal 245 377 360 43 0 6 0 252 144 122
Binary 10100101 11111111 11110000 100011 0 110 0 10101010 1100100 1010010

Color Harmonies of #A5FFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FFF0

Black with #A5FFF0

Text Example


Text Example

White with #A5FFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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