Html Css Color HEX #A0FCEC Pale Turquoise

📋 copy color: '#A0FCEC'

red 160 ◦ green 252 ◦ blue 236

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

Shades of Pale Turquoise #A0FCEC

Tints of Pale Turquoise #A0FCEC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.89%

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

R = 24.69%
G = 38.89%
B = 36.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#A0FCEC (or 0xA0FCEC) is known color: Pale Turquoise. HEX triplet: A0, FC and EC. RGB value is (160,252,236). Sum of RGB (Red+Green+Blue) = 160+252+236=648 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.69% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCEC is #5F0313. Grayscale: #DEDEDE. Windows color (decimal): -6226708 or 15531168. OLE color: 15531168.

HSL color Cylindrical-coordinate representation of color #A0FCEC: hue angle of 169.57º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCEC is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 236 -
CMYK 0.37 0 0.06 0.01
HSL 169.57º 0.94% 0.81% -
HSV(B) 169.57º 0.37% 0.99% -
XYZ 64.45 83.15 92.01 -
YUV 222.67 135.52 83.3 -
System Red Green Blue C M Y K H S L
Decimal 160 252 236 0.37 0 0.06 0.01 169.57 0.94 0.81
Hex A0 FC EC 25 0 6 1 AA 5E 51
Octal 240 374 354 45 0 6 1 252 136 121
Binary 10100000 11111100 11101100 100101 0 110 1 10101010 1011110 1010001

Color Harmonies of #A0FCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCEC

Black with #A0FCEC

Text Example


Text Example

White with #A0FCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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