Html Css Color HEX #A0FAEC Pale Turquoise

📋 copy color: '#A0FAEC'

red 160 ◦ green 250 ◦ blue 236

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

Shades of Pale Turquoise #A0FAEC

Tints of Pale Turquoise #A0FAEC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.7%

 BLUE value IS 236 (92.58% from 255) = 36.53%

R = 24.77%
G = 38.7%
B = 36.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#A0FAEC (or 0xA0FAEC) is known color: Pale Turquoise. HEX triplet: A0, FA and EC. RGB value is (160,250,236). Sum of RGB (Red+Green+Blue) = 160+250+236=646 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.77% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FAEC is #5F0513. Grayscale: #DDDDDD. Windows color (decimal): -6227220 or 15530656. OLE color: 15530656.

HSL color Cylindrical-coordinate representation of color #A0FAEC: hue angle of 170.67º degrees, saturation: 0.9, 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 #A0FAEC is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 236 -
CMYK 0.36 0 0.06 0.02
HSL 170.67º 0.9% 0.8% -
HSV(B) 170.67º 0.36% 0.98% -
XYZ 63.82 81.9 91.8 -
YUV 221.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 160 250 236 0.36 0 0.06 0.02 170.67 0.9 0.8
Hex A0 FA EC 24 0 6 2 AB 5A 50
Octal 240 372 354 44 0 6 2 253 132 120
Binary 10100000 11111010 11101100 100100 0 110 10 10101011 1011010 1010000

Color Harmonies of #A0FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FAEC

Black with #A0FAEC

Text Example


Text Example

White with #A0FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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