Html Css Color HEX #A0FCF1 Pale Turquoise

📋 copy color: '#A0FCF1'

red 160 ◦ green 252 ◦ blue 241

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

Shades of Pale Turquoise #A0FCF1

Tints of Pale Turquoise #A0FCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.91%

R = 24.5%
G = 38.59%
B = 36.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#A0FCF1 (or 0xA0FCF1) is known color: Pale Turquoise. HEX triplet: A0, FC and F1. RGB value is (160,252,241). Sum of RGB (Red+Green+Blue) = 160+252+241=653 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.50% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCF1 is #5F030E. Grayscale: #DFDFDF. Windows color (decimal): -6226703 or 15858848. OLE color: 15858848.

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

Color convert

RGB 160 252 241 -
CMYK 0.37 0 0.04 0.01
HSL 172.83º 0.94% 0.81% -
HSV(B) 172.83º 0.37% 0.99% -
XYZ 65.18 83.45 95.89 -
YUV 223.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 160 252 241 0.37 0 0.04 0.01 172.83 0.94 0.81
Hex A0 FC F1 25 0 4 1 AD 5E 51
Octal 240 374 361 45 0 4 1 255 136 121
Binary 10100000 11111100 11110001 100101 0 100 1 10101101 1011110 1010001

Color Harmonies of #A0FCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCF1

Black with #A0FCF1

Text Example


Text Example

White with #A0FCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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