Html Css Color HEX #A0FEFA Pale Turquoise

📋 copy color: '#A0FEFA'

red 160 ◦ green 254 ◦ blue 250

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

Shades of Pale Turquoise #A0FEFA

Tints of Pale Turquoise #A0FEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.65%

R = 24.1%
G = 38.25%
B = 37.65%

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

#A0FEFA (or 0xA0FEFA) is known color: Pale Turquoise. HEX triplet: A0, FE and FA. RGB value is (160,254,250). Sum of RGB (Red+Green+Blue) = 160+254+250=664 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.10% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FEFA is #5F0105. Grayscale: #E1E1E1. Windows color (decimal): -6226182 or 16449184. OLE color: 16449184.

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

Color convert

RGB 160 254 250 -
CMYK 0.37 0 0.02 0.00
HSL 177.45º 0.98% 0.81% -
HSV(B) 177.45º 0.37% 1% -
XYZ 67.19 85.26 103.36 -
YUV 225.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 160 254 250 0.37 0 0.02 0.00 177.45 0.98 0.81
Hex A0 FE FA 25 0 2 0 B1 62 51
Octal 240 376 372 45 0 2 0 261 142 121
Binary 10100000 11111110 11111010 100101 0 10 0 10110001 1100010 1010001

Color Harmonies of #A0FEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FEFA

Black with #A0FEFA

Text Example


Text Example

White with #A0FEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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