Html Css Color HEX #A0FEEF Pale Turquoise

📋 copy color: '#A0FEEF'

red 160 ◦ green 254 ◦ blue 239

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

Shades of Pale Turquoise #A0FEEF

Tints of Pale Turquoise #A0FEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.6%

R = 24.5%
G = 38.9%
B = 36.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#A0FEEF (or 0xA0FEEF) is known color: Pale Turquoise. HEX triplet: A0, FE and EF. RGB value is (160,254,239). Sum of RGB (Red+Green+Blue) = 160+254+239=653 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.50% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEEF is #5F0110. Grayscale: #E0E0E0. Windows color (decimal): -6226193 or 15728288. OLE color: 15728288.

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

Color convert

RGB 160 254 239 -
CMYK 0.37 0 0.06 0.00
HSL 170.43º 0.98% 0.81% -
HSV(B) 170.43º 0.37% 1% -
XYZ 65.52 84.59 94.54 -
YUV 224.18 136.36 82.22 -
System Red Green Blue C M Y K H S L
Decimal 160 254 239 0.37 0 0.06 0.00 170.43 0.98 0.81
Hex A0 FE EF 25 0 6 0 AA 62 51
Octal 240 376 357 45 0 6 0 252 142 121
Binary 10100000 11111110 11101111 100101 0 110 0 10101010 1100010 1010001

Color Harmonies of #A0FEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FEEF

Black with #A0FEEF

Text Example


Text Example

White with #A0FEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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