Html Css Color HEX #A0FDEC Pale Turquoise

📋 copy color: '#A0FDEC'

red 160 ◦ green 253 ◦ blue 236

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

Shades of Pale Turquoise #A0FDEC

Tints of Pale Turquoise #A0FDEC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.98%

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

R = 24.65%
G = 38.98%
B = 36.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#A0FDEC (or 0xA0FDEC) is known color: Pale Turquoise. HEX triplet: A0, FD and EC. RGB value is (160,253,236). Sum of RGB (Red+Green+Blue) = 160+253+236=649 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.65% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FDEC is #5F0213. Grayscale: #DFDFDF. Windows color (decimal): -6226452 or 15531424. OLE color: 15531424.

HSL color Cylindrical-coordinate representation of color #A0FDEC: hue angle of 169.03º degrees, saturation: 0.96, 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 #A0FDEC is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 253 236 -
CMYK 0.37 0 0.07 0.01
HSL 169.03º 0.96% 0.81% -
HSV(B) 169.03º 0.37% 0.99% -
XYZ 64.76 83.78 92.11 -
YUV 223.26 135.19 82.88 -
System Red Green Blue C M Y K H S L
Decimal 160 253 236 0.37 0 0.07 0.01 169.03 0.96 0.81
Hex A0 FD EC 25 0 7 1 A9 60 51
Octal 240 375 354 45 0 7 1 251 140 121
Binary 10100000 11111101 11101100 100101 0 111 1 10101001 1100000 1010001

Color Harmonies of #A0FDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FDEC

Black with #A0FDEC

Text Example


Text Example

White with #A0FDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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