Html Css Color HEX #A0FCF0 Pale Turquoise

📋 copy color: '#A0FCF0'

red 160 ◦ green 252 ◦ blue 240

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

Shades of Pale Turquoise #A0FCF0

Tints of Pale Turquoise #A0FCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.81%

R = 24.54%
G = 38.65%
B = 36.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#A0FCF0 (or 0xA0FCF0) is known color: Pale Turquoise. HEX triplet: A0, FC and F0. RGB value is (160,252,240). Sum of RGB (Red+Green+Blue) = 160+252+240=652 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.54% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCF0 is #5F030F. Grayscale: #DFDFDF. Windows color (decimal): -6226704 or 15793312. OLE color: 15793312.

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

Color convert

RGB 160 252 240 -
CMYK 0.37 0 0.05 0.01
HSL 172.17º 0.94% 0.81% -
HSV(B) 172.17º 0.37% 0.99% -
XYZ 65.04 83.39 95.11 -
YUV 223.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 160 252 240 0.37 0 0.05 0.01 172.17 0.94 0.81
Hex A0 FC F0 25 0 5 1 AC 5E 51
Octal 240 374 360 45 0 5 1 254 136 121
Binary 10100000 11111100 11110000 100101 0 101 1 10101100 1011110 1010001

Color Harmonies of #A0FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCF0

Black with #A0FCF0

Text Example


Text Example

White with #A0FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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