Html Css Color HEX #A0FEF9 Pale Turquoise

📋 copy color: '#A0FEF9'

red 160 ◦ green 254 ◦ blue 249

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

Shades of Pale Turquoise #A0FEF9

Tints of Pale Turquoise #A0FEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.56%

R = 24.13%
G = 38.31%
B = 37.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#A0FEF9 (or 0xA0FEF9) is known color: Pale Turquoise. HEX triplet: A0, FE and F9. RGB value is (160,254,249). Sum of RGB (Red+Green+Blue) = 160+254+249=663 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.13% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEF9 is #5F0106. Grayscale: #E1E1E1. Windows color (decimal): -6226183 or 16383648. OLE color: 16383648.

HSL color Cylindrical-coordinate representation of color #A0FEF9: hue angle of 176.81º 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 #A0FEF9 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 254 249 -
CMYK 0.37 0 0.02 0.00
HSL 176.81º 0.98% 0.81% -
HSV(B) 176.81º 0.37% 1% -
XYZ 67.04 85.2 102.53 -
YUV 225.32 141.36 81.41 -
System Red Green Blue C M Y K H S L
Decimal 160 254 249 0.37 0 0.02 0.00 176.81 0.98 0.81
Hex A0 FE F9 25 0 2 0 B1 62 51
Octal 240 376 371 45 0 2 0 261 142 121
Binary 10100000 11111110 11111001 100101 0 10 0 10110001 1100010 1010001

Color Harmonies of #A0FEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FEF9

Black with #A0FEF9

Text Example


Text Example

White with #A0FEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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