Html Css Color HEX #A0F9EE Pale Turquoise

📋 copy color: '#A0F9EE'

red 160 ◦ green 249 ◦ blue 238

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

Shades of Pale Turquoise #A0F9EE

Tints of Pale Turquoise #A0F9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.49%

 BLUE value IS 238 (93.36% from 255) = 36.79%

R = 24.73%
G = 38.49%
B = 36.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#A0F9EE (or 0xA0F9EE) is known color: Pale Turquoise. HEX triplet: A0, F9 and EE. RGB value is (160,249,238). Sum of RGB (Red+Green+Blue) = 160+249+238=647 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.73% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F9EE is #5F0611. Grayscale: #DDDDDD. Windows color (decimal): -6227474 or 15661472. OLE color: 15661472.

HSL color Cylindrical-coordinate representation of color #A0F9EE: hue angle of 172.58º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0F9EE is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 249 238 -
CMYK 0.36 0 0.04 0.02
HSL 172.58º 0.88% 0.8% -
HSV(B) 172.58º 0.36% 0.98% -
XYZ 63.81 81.4 93.24 -
YUV 221.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 160 249 238 0.36 0 0.04 0.02 172.58 0.88 0.8
Hex A0 F9 EE 24 0 4 2 AD 58 50
Octal 240 371 356 44 0 4 2 255 130 120
Binary 10100000 11111001 11101110 100100 0 100 10 10101101 1011000 1010000

Color Harmonies of #A0F9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F9EE

Black with #A0F9EE

Text Example


Text Example

White with #A0F9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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