Html Css Color HEX #A0FEF7 Pale Turquoise

📋 copy color: '#A0FEF7'

red 160 ◦ green 254 ◦ blue 247

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

Shades of Pale Turquoise #A0FEF7

Tints of Pale Turquoise #A0FEF7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.43%

 BLUE value IS 247 (96.88% from 255) = 37.37%

R = 24.21%
G = 38.43%
B = 37.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#A0FEF7 (or 0xA0FEF7) is known color: Pale Turquoise. HEX triplet: A0, FE and F7. RGB value is (160,254,247). Sum of RGB (Red+Green+Blue) = 160+254+247=661 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.21% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEF7 is #5F0108. Grayscale: #E1E1E1. Windows color (decimal): -6226185 or 16252576. OLE color: 16252576.

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

Color convert

RGB 160 254 247 -
CMYK 0.37 0 0.03 0.00
HSL 175.53º 0.98% 0.81% -
HSV(B) 175.53º 0.37% 1% -
XYZ 66.73 85.07 100.9 -
YUV 225.1 140.36 81.57 -
System Red Green Blue C M Y K H S L
Decimal 160 254 247 0.37 0 0.03 0.00 175.53 0.98 0.81
Hex A0 FE F7 25 0 3 0 B0 62 51
Octal 240 376 367 45 0 3 0 260 142 121
Binary 10100000 11111110 11110111 100101 0 11 0 10110000 1100010 1010001

Color Harmonies of #A0FEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FEF7

Black with #A0FEF7

Text Example


Text Example

White with #A0FEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FEF7; }

 p { color: rgb(160,254,247); }

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

background-color css

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

 a { background-color: rgb(160,254,247); }

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

border-color css

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

 span { border-color: rgb(160,254,247); }

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