Html Css Color HEX #A0FAFF Pale Turquoise

📋 copy color: '#A0FAFF'

red 160 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #A0FAFF

Tints of Pale Turquoise #A0FAFF

RGB

 RED value IS 160 (62.89% from 255) = 24.06%

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

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

R = 24.06%
G = 37.59%
B = 38.35%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0FAFF (or 0xA0FAFF) is known color: Pale Turquoise. HEX triplet: A0, FA and FF. RGB value is (160,250,255). Sum of RGB (Red+Green+Blue) = 160+250+255=665 (88% of max value = 765). Red value is 160 (62.89% from 255 or 24.06% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FAFF is #5F0500. Grayscale: #DFDFDF. Windows color (decimal): -6227201 or 16775840. OLE color: 16775840.

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

Color convert

RGB 160 250 255 -
CMYK 0.37 0.02 0 0
HSL 183.16º 1% 0.81% -
HSV(B) 183.16º 0.37% 1% -
XYZ 66.73 83.06 107.12 -
YUV 223.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 160 250 255 0.37 0.02 0 0 183.16 1 0.81
Hex A0 FA FF 25 2 0 0 B7 64 51
Octal 240 372 377 45 2 0 0 267 144 121
Binary 10100000 11111010 11111111 100101 10 0 0 10110111 1100100 1010001

Color Harmonies of #A0FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FAFF

Black with #A0FAFF

Text Example


Text Example

White with #A0FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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